allow taskview on mobiles only by default

This commit is contained in:
maxpozdeev 2023-09-11 21:50:11 +03:00
parent abcae0ee97
commit 7ef36ee565

View file

@ -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,
},