Prompt user to move to applications folder on first run

This commit is contained in:
Will Chen
2025-04-21 16:27:07 -07:00
parent d8b52a5d5f
commit 09b3bf3fee
3 changed files with 38 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ const DEFAULT_SETTINGS: UserSettings = {
providerSettings: {},
telemetryConsent: "unset",
telemetryUserId: uuidv4(),
hasRunBefore: false,
};
const SETTINGS_FILE = "user-settings.json";