mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
allow taskview on mobiles only by default
This commit is contained in:
parent
abcae0ee97
commit
7ef36ee565
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
|
|||
calendarIcon: 'calendar.png', // need themeUrl+icon
|
||||
history: true,
|
||||
markdown: true,
|
||||
viewTaskOnClick: true,
|
||||
viewTaskOnClick: false,
|
||||
newTaskCounter: true,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue