mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 05:12:04 +08:00
更正刚刚打开应用时的错误的亮暗色图标
This commit is contained in:
@@ -349,6 +349,8 @@ void SpkMainWindow::Initialize()
|
|||||||
// Register themed button icons
|
// Register themed button icons
|
||||||
// mThemedUiIconReferences.append({ ui->BtnSettings, "settings" });
|
// mThemedUiIconReferences.append({ ui->BtnSettings, "settings" });
|
||||||
mThemedUiIconReferences.append({ ui->BtnDayNight, "daynight" });
|
mThemedUiIconReferences.append({ ui->BtnDayNight, "daynight" });
|
||||||
|
|
||||||
|
ReloadThemedUiIcons();
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== Main Widget Initialization ====================
|
// ==================== Main Widget Initialization ====================
|
||||||
|
|||||||
Reference in New Issue
Block a user