super-productivity/electron/shared-with-frontend/simple-store.const.ts

6 lines
284 B
TypeScript

export enum SimpleStoreKey {
IS_USE_CUSTOM_WINDOW_TITLE_BAR = 'isUseCustomWindowTitleBar',
ALLOWED_COMMANDS = 'allowedCommands',
// Legacy key kept for backwards compatibility when reading persisted settings
LEGACY_IS_USE_OBSIDIAN_STYLE_HEADER = 'isUseObsidianStyleHeader',
}