Captain is currently in ALPHA. We are happy to get your feedback
Core API
Interfaces
Helpers Types.usertertiarysettings

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

NameType
launchOnStartupboolean
restoreLastSessionboolean
startMinimizedboolean

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

NameTypeDescription
layout"default" | "compact" | "spacious"Layout preference. Default: "default". Options: "default", "compact", "spacious".

Defined in

src/electron/helpers/types.ts:104 (opens in a new tab)