Interface: UserSecondarySettings
helpers/types.UserSecondarySettings
Secondary settings that enhance the user experience by offering customization and convenience.
Table of contents
Properties
Properties
cloudSync
• cloudSync: Object
Cloud sync and backup options.
Type declaration
Name | Type |
---|---|
enabled | boolean |
frequency | "manual" | "daily" | "weekly" |
Defined in
src/electron/helpers/types.ts:90 (opens in a new tab)
notifications
• notifications: Object
Notification preferences.
Type declaration
Name | Type |
---|---|
enabled | boolean |
frequency | "never" | "real-time" | "daily" |
sound | boolean |
Defined in
src/electron/helpers/types.ts:54 (opens in a new tab)
offline
• offline: boolean
Indicates whether the application should operate in offline mode. Default: false, allowing outgoing connections.
Defined in
src/electron/helpers/types.ts:85 (opens in a new tab)
security
• security: Object
Security settings for data protection. Default autoLockTimeout is 5 minutes. Valid range: 1 to 60. Default for dataEncryption is true, indicating encryption is enabled by default.
Type declaration
Name | Type | Description |
---|---|---|
autoLockTimeout | number | Auto-lock timeout in minutes. Default: 5. Valid range: 1 to 60. |
dataEncryption | boolean | - |
Defined in
src/electron/helpers/types.ts:73 (opens in a new tab)
updatePreferences
• updatePreferences: Object
Preferences for application updates.
Type declaration
Name | Type |
---|---|
autoUpdate | boolean |
updateNotifications | boolean |