elextr commented on this pull request.
@@ -1313,11 +1316,47 @@ void configuration_apply_settings(void)
}
+static gboolean save_configuration_cb(gpointer data) +{ + configuration_save();
Just continuing @b4n's theme, do we need to save both config and project? The active session is in the project, not the config.