aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8a79d7a..c9a622c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1121,5 +1121,5 @@ void kristall::saveSession()
qDebug() << "Saved session with" << window_index << "windows and" << tab_count << "tabs in total.";
- settings.sync();
+ kristall::saveSettings();
}