summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/main-window.cpp')
-rw-r--r--opentrack/main-window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp
index 6d2267b0..14f0e1ab 100644
--- a/opentrack/main-window.cpp
+++ b/opentrack/main-window.cpp
@@ -852,6 +852,7 @@ void main_window::set_profile_in_registry(const QString &profile)
{
with_global_settings_object([&](QSettings& s) {
s.setValue(OPENTRACK_PROFILE_FILENAME_KEY, profile);
+ mark_global_ini_modified();
});
}