Skip to content

Commit 1f377e1

Browse files
committed
Change interval to half a second
1 parent 9909711 commit 1f377e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/contents/ui/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ MouseArea {
216216
PlasmaCore.DataSource {
217217
id: mpris2Source
218218
engine: "mpris2"
219-
interval: 100 // update ondemand
219+
interval: 500 // update every half second
220220
connectedSources: sources
221221
onSourceAdded: {
222222
connectSource(source);

0 commit comments

Comments
 (0)