Skip to content
Snippets Groups Projects
Commit 4f6af83e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

save the config when we change an option in advanced config window

parent 54ae5dc3
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ class Advanced_window:
modelrow = self.model[row]
if gajim.config.set(modelrow[0], text):
return
self.plugin.save_config()
modelrow[1] = text
def on_advanced_window_destroy(self, widget):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment