mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: mark deprecated items in MiscConfig for future removal
This commit is contained in:
parent
814b1dd373
commit
2937359be8
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,14 @@ export type MiscConfig = Readonly<{
|
|||
customTheme?: string;
|
||||
defaultStartPage?: number;
|
||||
unsplashApiKey?: string | null;
|
||||
|
||||
// @todo: remove deprecated items in future major releases, after giving users time to migrate
|
||||
isConfirmBeforeTaskDelete?: boolean; // Deprecated
|
||||
isAutoAddWorkedOnToToday?: boolean; // Deprecated
|
||||
isAutMarkParentAsDone?: boolean; // Deprecated
|
||||
isTrayShowCurrentTask?: boolean; // Deprecated
|
||||
defaultProjectId?: string | null | false; // Deprecated
|
||||
taskNotesTpl?: string; // Deprecated
|
||||
}>;
|
||||
|
||||
export type TasksConfig = Readonly<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue