summaryrefslogtreecommitdiff
path: root/contents/ui
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-04-09 14:38:38 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-04-09 14:38:38 +0800
commit6eb030cc676ea0c8941e7fe2951dc36ae1652ad6 (patch)
treeae9787790a14ae1ab9ee895ab6151d7caa864366 /contents/ui
parent41e83ceb0875f1ead3ff49452a4f6546bbf065d9 (diff)
Update auto refresh interval to 10min
Diffstat (limited to 'contents/ui')
-rw-r--r--contents/ui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml
index 468f449..5b3ebb5 100644
--- a/contents/ui/main.qml
+++ b/contents/ui/main.qml
@@ -94,7 +94,7 @@ Item {
}
Timer {
- interval: 60 * 1000
+ interval: 10 * 60 * 1000
running: true;
repeat: true;
onTriggered: syncCanvas();