@LiquidCake commented on this pull request.
> 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 or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1854389717
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>