forked from Shinonome/dots-hyprland
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