Update current talker object with new settings.
This commit is contained in:
parent
629b28f258
commit
6b4abcf061
@ -483,6 +483,10 @@ class SettingsWindow(QtWidgets.QDialog):
|
||||
# Save out option
|
||||
self.settings.config.set(source.source_details.id, option["name"], option["value"])
|
||||
|
||||
# Update talker options in object
|
||||
if source.source_details.id == self.talker_api.source_details.id:
|
||||
self.talker_api.settings_options[option["name"]]["value"] = option["value"]
|
||||
|
||||
self.settings.save()
|
||||
QtWidgets.QDialog.accept(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user