mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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
|
return None
|
||||||
|
|
||||||
def update_core_config(self):
|
def update_core_config(self):
|
||||||
|
self.core_config = {}
|
||||||
# Send requests to the core for these config values
|
# Send requests to the core for these config values
|
||||||
for key in self.core_keys:
|
for key in self.core_keys:
|
||||||
client.get_config_value(self._on_config_value, key)
|
client.get_config_value(self._on_config_value, key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue