mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
feat(pomodoro): set going to work view initially to disabled #46
This commit is contained in:
parent
f77303d818
commit
e47c6035b5
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
isStopTrackingOnLongBreak: true,
|
||||
isShowDistractionsOnBreak: true,
|
||||
isPlaySound: true,
|
||||
isGoToWorkView: true,
|
||||
isGoToWorkView: false,
|
||||
},
|
||||
isTakeABreakEnabled: false,
|
||||
takeABreakMinWorkingTime: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue