Skip to content

Commit

Permalink
e901d05 broke window state persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
datadiode committed Feb 28, 2023
1 parent 6052630 commit f06b275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browserapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void BrowserApplication::quitBrowser()
}
}

saveSession();
mainWindow()->save(); // implies saveSession()

if (jscoptions) {
// once again, to see if something changed behind the scenes
Expand Down

0 comments on commit f06b275

Please sign in to comment.