mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
self.torrentmenu_glade.get_widget(widget).set_no_show_all(True)
|
||||||
else:
|
else:
|
||||||
for widget in non_remote_items:
|
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.torrentmenu_glade.get_widget(widget).set_no_show_all(False)
|
||||||
|
|
||||||
self.window.main_glade.get_widget("separatormenuitem").set_visible(not self.config["classic_mode"])
|
self.window.main_glade.get_widget("separatormenuitem").set_visible(not self.config["classic_mode"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue