We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a5a61 commit 64e223bCopy full SHA for 64e223b
src/settings/settings_window.cpp
@@ -43,7 +43,7 @@ SettingsWindow::SettingsWindow(QMainWindow& mainWindow) :
43
languages(getSupportedLanguages()),
44
styles(getSupportedStyles()),
45
colorSchemes({"system", "light", "dark"}, {"System default", "Light", "Dark"}),
46
- liveStyleUpdates(false)
+ liveStyleUpdates(true)
47
{
48
setupUi(this);
49
0 commit comments