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…
Reference in New Issue