更正刚刚打开应用时的错误的亮暗色图标

This commit is contained in:
RigoLigoRLC 2021-12-05 18:26:38 +08:00
parent cefd309097
commit 523640ba58

@ -349,6 +349,8 @@ void SpkMainWindow::Initialize()
// Register themed button icons
// mThemedUiIconReferences.append({ ui->BtnSettings, "settings" });
mThemedUiIconReferences.append({ ui->BtnDayNight, "daynight" });
ReloadThemedUiIcons();
}
// ==================== Main Widget Initialization ====================