You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-src/scripts/settings/misc-settings/misc-settings-d.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<p>Decide if you want to automatically start the next task, once you mark a task as done.</p>
4
4
5
5
<divclass="md-caption">Use short syntax</div>
6
-
<p>The short syntax can be enabled to quickly create tasks with an estimation already set. If you enter 'TaskTitleBla t:30m' a task with the name 'TaskTitleBla' will be created with the estimation set to 30 minutes.</p>
6
+
<p>The short syntax can be enabled to quickly create tasks with an estimation already set. If you enter 'TaskTitleBla t30m' a task with the name 'TaskTitleBla' will be created with the estimation set to 30 minutes.</p>
7
7
8
8
<divng-if="vm.IS_ELECTRON">
9
9
<divclass="md-caption">Enable idle time handling</div>
0 commit comments