Skip to content

Commit 64e223b

Browse files
committed
Re-enable live style updates from the settings window
Bug which caused column widths to reset before seems to have been fixed
1 parent 93a5a61 commit 64e223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/settings_window.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SettingsWindow::SettingsWindow(QMainWindow& mainWindow) :
4343
languages(getSupportedLanguages()),
4444
styles(getSupportedStyles()),
4545
colorSchemes({"system", "light", "dark"}, {"System default", "Light", "Dark"}),
46-
liveStyleUpdates(false)
46+
liveStyleUpdates(true)
4747
{
4848
setupUi(this);
4949

0 commit comments

Comments
 (0)