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