Interface: UserTertiarySettings
helpers/types.UserTertiarySettings
Tertiary settings for personalizing and enhancing the overall user experience.
Table of contents
Properties
Properties
contentFilters
• contentFilters: Record
<string
, string
| boolean
>
User-defined content filters.
Defined in
src/electron/helpers/types.ts:123 (opens in a new tab)
shortcuts
• shortcuts: Record
<string
, string
>
Customizable keyboard shortcuts for improved productivity.
Defined in
src/electron/helpers/types.ts:128 (opens in a new tab)
startupBehavior
• startupBehavior: Object
Startup behavior settings.
Type declaration
Name | Type |
---|---|
launchOnStartup | boolean |
restoreLastSession | boolean |
startMinimized | boolean |
Defined in
src/electron/helpers/types.ts:114 (opens in a new tab)
uiCustomization
• uiCustomization: Object
UI customization options. Default layout is "default". Color scheme should define at least "primary" and "background" colors.
Type declaration
Name | Type | Description |
---|---|---|
layout | "default" | "compact" | "spacious" | Layout preference. Default: "default". Options: "default", "compact", "spacious". |