mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
Add 'Restore last session on launch' setting (reopen last note + view)
This commit is contained in:
@@ -226,6 +226,7 @@ export async function setGeneralSettings(
|
||||
closeToTray: boolean,
|
||||
enableWikiLinks: boolean,
|
||||
showNoteDates: boolean,
|
||||
restoreLastSession: boolean,
|
||||
): Promise<void> {
|
||||
return invoke("set_general_settings", {
|
||||
compactNotes,
|
||||
@@ -242,6 +243,7 @@ export async function setGeneralSettings(
|
||||
closeToTray,
|
||||
enableWikiLinks,
|
||||
showNoteDates,
|
||||
restoreLastSession,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user