summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--options/bundle.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp
index 0bfeef3b..57baa99d 100644
--- a/options/bundle.cpp
+++ b/options/bundle.cpp
@@ -8,6 +8,7 @@
#include "bundle.hpp"
#include "value.hpp"
+#include "defs.hpp"
#include <QThread>
#include <QApplication>
@@ -77,6 +78,11 @@ void bundle::save_deferred(QSettings& s)
if (QThread::currentThread() != qApp->thread())
qCritical() << "group::save - current thread not ui thread";
+ if (group::ini_filename() == OPENTRACK_DEFAULT_CONFIG_Q)
+ {
+ set_all_to_default();
+ }
+
if (group_name.size() == 0)
return;