Skip to content

Commit f06b275

Browse files
committed
e901d05 broke window state persistence
1 parent 6052630 commit f06b275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browserapplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void BrowserApplication::quitBrowser()
325325
}
326326
}
327327

328-
saveSession();
328+
mainWindow()->save(); // implies saveSession()
329329

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

0 commit comments

Comments
 (0)