mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +00:00
Fix Windows tray submenu items requiring right-click instead of left-click
This commit is contained in:
parent
b8deea5c76
commit
19bbf5ac8f
@ -344,6 +344,7 @@ class SystemTray(component.Component):
|
||||
popup_function = gtk.status_icon_position_menu
|
||||
if deluge.common.windows_check():
|
||||
popup_function = None
|
||||
button = 0
|
||||
self.tray_menu.popup(None, None, popup_function,
|
||||
button, activate_time, status_icon)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user