Add configurable startup view

This commit is contained in:
Yuri Karamian
2026-08-03 00:12:55 +02:00
parent 344728dbe8
commit 54e051ba02
8 changed files with 250 additions and 38 deletions
+3
View File
@@ -16,6 +16,7 @@ import type {
VersionEntry,
TaskItem,
ExternalVaultResult,
StartupView,
} from "./types";
export async function openVault(path: string): Promise<void> {
@@ -264,6 +265,7 @@ export async function setGeneralSettings(
closeToTray: boolean,
enableWikiLinks: boolean,
showNoteDates: boolean,
startupView: StartupView,
restoreLastSession: boolean,
showAllNotes: boolean,
showQuickAccess: boolean,
@@ -289,6 +291,7 @@ export async function setGeneralSettings(
closeToTray,
enableWikiLinks,
showNoteDates,
startupView,
restoreLastSession,
showAllNotes,
showQuickAccess,