feat(pomodoro): set going to work view initially to disabled #46

This commit is contained in:
Johannes Millan 2018-01-06 00:53:53 +01:00
parent f77303d818
commit e47c6035b5

View file

@ -127,7 +127,7 @@
isStopTrackingOnLongBreak: true,
isShowDistractionsOnBreak: true,
isPlaySound: true,
isGoToWorkView: true,
isGoToWorkView: false,
},
isTakeABreakEnabled: false,
takeABreakMinWorkingTime: undefined,