elextr commented on this pull request.
@@ -1313,11 +1316,47 @@ void configuration_apply_settings(void)
}
+static gboolean save_configuration_cb(gpointer data) +{ + configuration_save();
And on that note, shouldn't the config be saved on project open/close as well, although it will often happen anyway because files will be opened/closed when a project opens, but not always.