@LiquidCake commented on this pull request.


In plugins/saveactions.c:

>  		config, "saveactions", "enable_persistent_untitled_documents", FALSE);
 
+	if (enable_instantsave && enable_persistent_docs)
+	{
+		dialogs_show_msgbox(GTK_MESSAGE_ERROR,
+			_("Invalid config file state: multiple features of 'Persistent Untitled Documents' are enabled at once"));
+
+		enable_instantsave = FALSE;
+	}

done


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2455237540@github.com>