From 7ef36ee565cda65b9004ed9cf6ae3a54d51c9df4 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 11 Sep 2023 21:50:11 +0300 Subject: [PATCH] allow taskview on mobiles only by default --- src/content/mytinytodo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/mytinytodo.js b/src/content/mytinytodo.js index 3968c43..9a28d2e 100644 --- a/src/content/mytinytodo.js +++ b/src/content/mytinytodo.js @@ -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, },