Interface: AppSettings
Defined in: src/stores/types.ts:17
Application settings interface. Manages user preferences and application configuration.
Propertiesโ
autoStartโ
autoStart:
boolean
Defined in: src/stores/types.ts:19
Auto-start monitoring when the application launches
historyLimitโ
historyLimit:
number
Defined in: src/stores/types.ts:21
Maximum number of history records to keep per monitor
minimizeToTrayโ
minimizeToTray:
boolean
Defined in: src/stores/types.ts:23
Minimize to system tray instead of closing the application
notificationsโ
notifications:
boolean
Defined in: src/stores/types.ts:25
Enable desktop notifications for status changes
soundAlertsโ
soundAlerts:
boolean
Defined in: src/stores/types.ts:27
Enable sound alerts for status changes
themeโ
theme:
ThemeName
Defined in: src/stores/types.ts:29
Current theme name (light, dark, etc.)