mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed middle click action from CoverEventBox
This commit is contained in:
parent
ec543ed64a
commit
d745ba0981
@ -2580,8 +2580,6 @@ class CoverEventBox(Gtk.EventBox):
|
|||||||
tags=(song["albumartist"][0], song["album"][0], song["date"][0])
|
tags=(song["albumartist"][0], song["album"][0], song["date"][0])
|
||||||
if event.button == 1:
|
if event.button == 1:
|
||||||
self._client.album_to_playlist(*tags)
|
self._client.album_to_playlist(*tags)
|
||||||
elif event.button == 2:
|
|
||||||
self._client.album_to_playlist(*tags, "append")
|
|
||||||
elif event.button == 3:
|
elif event.button == 3:
|
||||||
self._album_popover.open(*tags, widget, event.x, event.y)
|
self._album_popover.open(*tags, widget, event.x, event.y)
|
||||||
self._click_pos=()
|
self._click_pos=()
|
||||||
|
Loading…
Reference in New Issue
Block a user