diff options
-rwxr-xr-x | snap_launcher/bin/whatsie | bin | 1713920 -> 1713920 bytes | |||
-rw-r--r-- | src/mainwindow.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/snap_launcher/bin/whatsie b/snap_launcher/bin/whatsie Binary files differindex d25e4e6..3096854 100755 --- a/snap_launcher/bin/whatsie +++ b/snap_launcher/bin/whatsie diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 978bd4f..de208ef 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -314,6 +314,7 @@ void MainWindow::closeEvent(QCloseEvent *event) { settings.setValue("geometry", saveGeometry()); settings.setValue("windowState", saveState()); + settings.setValue("windowTheme",getPageTheme()); if(QSystemTrayIcon::isSystemTrayAvailable() && settings.value("closeButtonActionCombo",0).toInt() == 0){ this->hide(); |