Fix addtorrentdialog from not showing updated options on show.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user