aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsnap_launcher/bin/whatsiebin1713920 -> 1713920 bytes
-rw-r--r--src/mainwindow.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/snap_launcher/bin/whatsie b/snap_launcher/bin/whatsie
index d25e4e6..3096854 100755
--- a/snap_launcher/bin/whatsie
+++ b/snap_launcher/bin/whatsie
Binary files differ
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();