mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[GTKUI] Fix showing the open_folder menuitem
This commit is contained in:
parent
e2b0ceae1d
commit
98dcc3f26e
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class MenuBar(component.Component):
|
|||
self.torrentmenu_glade.get_widget(widget).set_no_show_all(True)
|
||||
else:
|
||||
for widget in non_remote_items:
|
||||
self.torrentmenu_glade.get_widget(widget).show()
|
||||
self.torrentmenu_glade.get_widget(widget).set_no_show_all(False)
|
||||
|
||||
self.window.main_glade.get_widget("separatormenuitem").set_visible(not self.config["classic_mode"])
|
||||
|
|
Loading…
Add table
Reference in a new issue