@LiquidCake commented on this pull request.
> {
/* switch functionality off, so invalid target directory cannot
be actually used */
- enable_persistent_temp_files = FALSE;
- g_key_file_set_boolean(config, "saveactions",
"enable_persistent_temp_files", FALSE);
-
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.checkbox_enable_persistent_temp_files),
FALSE);
+ enable_persistent_untitled_docs = FALSE;
+ g_key_file_set_boolean(config, "saveactions",
"enable_persistent_untitled_documents", FALSE);
+
+
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.untitled_document_save_disabled_radio),
TRUE);
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1852795424
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>