@LiquidCake commented on this pull request.
> @@ -614,13 +653,21 @@ static void load_all_temp_files_into_editor(void)
}
-static gboolean load_all_temp_files_idle(gpointer data)
+static gboolean load_all_persistent_untitled_doc_files_idle(gpointer data)
+{
+ load_all_persistent_untitled_doc_files_into_editor();
+
+ return FALSE;
+}
+
+
+static gboolean
load_all_persistent_untitled_doc_files_and_reopen_current_idle(gpointer data)
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1852790304
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>