mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
bar: make right clicking right side not skip current track (closes #1456)
This commit is contained in:
@@ -253,8 +253,6 @@ Item { // Bar content region
|
||||
onPressed: event => {
|
||||
if (event.button === Qt.LeftButton) {
|
||||
GlobalStates.sidebarRightOpen = !GlobalStates.sidebarRightOpen;
|
||||
} else if (event.button === Qt.RightButton) {
|
||||
MprisController.activePlayer.next();
|
||||
}
|
||||
}
|
||||
// Scroll to change volume
|
||||
|
||||
Reference in New Issue
Block a user