Autorun open single instance of app

This commit is contained in:
Natsumi
2025-08-23 12:27:51 +12:00
parent 6a3b0cd24a
commit ae30ad978b
6 changed files with 58 additions and 7 deletions

View File

@@ -197,7 +197,8 @@ declare global {
GetColourBulk(userIds: string[]): Promise<Record<string, number>>;
SetAppLauncherSettings(
enabled: boolean,
killOnExit: boolean
killOnExit: boolean,
runProcessOnce: boolean
): Promise<void>;
GetFileBase64(path: string): Promise<string | null>;