@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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.