From fbadabe38b4611ecd373c88023fa3701bea827c9 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 9 Apr 2022 15:33:54 +0800 Subject: Add config for refresh interval --- contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contents/ui/main.qml') diff --git a/contents/ui/main.qml b/contents/ui/main.qml index f42ed15..8568116 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -99,7 +99,7 @@ Item { } Timer { - interval: 10 * 60 * 1000 + interval: plasmoid.configuration.refreshInterval * 60 * 1000 running: true; repeat: true; onTriggered: syncCanvas(); -- cgit v1.2.3