mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-24 16:03:11 +00:00
Fix issue with Plugins that add Tab to torrentdetails
This commit is contained in:
parent
e9ba3972ad
commit
821f395d8b
@ -204,6 +204,8 @@ class TorrentDetails(component.Component):
|
||||
tab.is_visible = False
|
||||
|
||||
self.tabs[name] = tab
|
||||
if name not in self.translate_tabs:
|
||||
self.translate_tabs[name] = _(name)
|
||||
|
||||
self.regenerate_positions()
|
||||
if generate_menu:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user