mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 07:41:55 +00:00
sep in tray menu
This commit is contained in:
parent
f5f9fcdde4
commit
96d28b0722
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ class DelugeGTK:
|
|||
self.tray_menu.append(item_clear)
|
||||
self.tray_menu.append(item_pref)
|
||||
self.tray_menu.append(item_plug)
|
||||
self.tray_menu.append(gtk.SeparatorMenuItem())
|
||||
self.tray_menu.append(item_quit)
|
||||
|
||||
self.tray_menu.show_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue