mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
6 lines
284 B
TypeScript
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',
|
|
}
|