Bug-fixes
This commit is contained in:
@@ -30,7 +30,6 @@ export interface FocusTaskSettings {
|
||||
enableCelebrations: boolean;
|
||||
defaultEstimateMinutes: number;
|
||||
lists: TaskList[];
|
||||
showFloatingTimer: true;
|
||||
autoStartBreak: boolean;
|
||||
tickSoundEnabled: boolean;
|
||||
}
|
||||
@@ -57,7 +56,6 @@ export const DEFAULT_SETTINGS: FocusTaskSettings = {
|
||||
{ id: 'personal', name: 'Personal', color: '#22c55e', icon: '🏠' },
|
||||
{ id: 'learning', name: 'Learning', color: '#f59e0b', icon: '📚' },
|
||||
],
|
||||
showFloatingTimer: true,
|
||||
autoStartBreak: false,
|
||||
tickSoundEnabled: false,
|
||||
};
|
||||
@@ -98,4 +96,4 @@ export const OVERTIME_MESSAGES = [
|
||||
{ emoji: '💪', message: 'Persistence pays off!' },
|
||||
{ emoji: '🏃', message: 'Marathon runner!' },
|
||||
{ emoji: '🔥', message: 'The grind is real!' },
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user