mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Make sure the 'quit and shutdown daemon' menuitem is shown when switching daemons
This commit is contained in:
parent
ee442536a8
commit
983e37d4ab
1 changed files with 3 additions and 0 deletions
|
@ -194,6 +194,9 @@ class MenuBar(component.Component):
|
|||
for widget in non_remote_items:
|
||||
self.torrentmenu_glade.get_widget(widget).set_no_show_all(False)
|
||||
|
||||
if not self.config["classic_mode"]:
|
||||
self.window.main_glade.get_widget("separatormenuitem").show()
|
||||
self.window.main_glade.get_widget("menuitem_quitdaemon").show()
|
||||
# Show the Torrent menu because we're connected to a host
|
||||
self.menu_torrent.show()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue