mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-19 03:52:22 +08:00
删除误提交的测试UI主题色用代码
This commit is contained in:
parent
89e326e69e
commit
7756bda006
@ -51,7 +51,7 @@ SpkStore::SpkStore(bool aCli, QString &aLogPath)
|
||||
#ifdef NDEBUG
|
||||
.arg(mDistroName);
|
||||
#else
|
||||
.arg(mDistroName + " SparkDeveloper");
|
||||
.arg(mDistroName + " @SparkDeveloper");
|
||||
#endif
|
||||
|
||||
// Finish all essential initialization before this.
|
||||
@ -61,7 +61,6 @@ SpkStore::SpkStore(bool aCli, QString &aLogPath)
|
||||
// UI Initialization
|
||||
mResMgr = new SpkResource(this); // Resource manager must be created before the windows
|
||||
SpkUi::Initialize();
|
||||
SpkUi::SpkUiMetaObject.SetAccentColor(QColor(200,100,0));
|
||||
mMainWindow = new SpkMainWindow;
|
||||
SpkUi::Popup = new SpkUi::SpkPopup(mMainWindow);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user