Skip to content

Commit

Permalink
Set media slider update interval to 16ms
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed Jan 16, 2025
1 parent 8ded73d commit 7079ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media-controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void MediaControls::StartMediaTimer()
return;

if (!mediaTimer.isActive())
mediaTimer.start(1000);
mediaTimer.start(16);
}

void MediaControls::StopMediaTimer()
Expand Down

0 comments on commit 7079ae6

Please sign in to comment.