refactor: remove unused onboardingCompleted field from Settings

This commit is contained in:
weishu
2025-12-31 17:24:13 +08:00
parent 4efc263d9b
commit a0b1bb1524
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -11,7 +11,6 @@ import { randomBytes } from 'node:crypto'
import { dirname, join } from 'node:path'
export interface Settings {
onboardingCompleted?: boolean
machineId?: string
machineIdConfirmedByServer?: boolean
daemonAutoStartWhenRunningHappy?: boolean