mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
0598629028
commit
a554372a9c
@ -519,7 +519,6 @@ void MainWindow::initOptionMenuColorScheme(QMenu* optionMenu)
|
||||
Qt::ColorScheme colorScheme = it.key();
|
||||
connect(action, &QAction::triggered, this, [=]() {
|
||||
Application::SettingsKey keys;
|
||||
qInfo() << colorScheme;
|
||||
xApp->settings()->setValue(keys.colorScheme, static_cast<int>(colorScheme));
|
||||
xApp->setupColorScheme();
|
||||
updateWindowTitleArea();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user