Skip to content

Commit

Permalink
Change interval to half a second
Browse files Browse the repository at this point in the history
  • Loading branch information
alexankitty committed Sep 12, 2023
1 parent 9909711 commit 1f377e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ MouseArea {
PlasmaCore.DataSource {
id: mpris2Source
engine: "mpris2"
interval: 100 // update ondemand
interval: 500 // update every half second
connectedSources: sources
onSourceAdded: {
connectSource(source);
Expand Down

0 comments on commit 1f377e1

Please # to comment.