mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix addtorrentdialog from not showing updated options on show.
This commit is contained in:
parent
3a482b2f19
commit
da3cb085af
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class AddTorrentDialog(component.Component):
|
|||
return None
|
||||
|
||||
def update_core_config(self):
|
||||
self.core_config = {}
|
||||
# Send requests to the core for these config values
|
||||
for key in self.core_keys:
|
||||
client.get_config_value(self._on_config_value, key)
|
||||
|
|
Loading…
Add table
Reference in a new issue