Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wurzer committed Jun 2, 2024
1 parent bb9545c commit 8ab0d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ ApplicationWindow {
mainView.defaultActions = presets.quickmenu
if (presetDict.firstStart) mainView.resetActions()
}
if (presetDict.theme !== undefined) { // && settings.firstStart) {
if (presetDict.theme !== undefined && settings.firstStart) {
console.debug("AppWindow | Set default theme to " + presetDict.theme)
settings.theme = presetDict.theme
}
Expand Down

0 comments on commit 8ab0d37

Please sign in to comment.