small fix on config.py
This commit is contained in:
parent
7f3b895cdc
commit
c6fe9aa655
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class preferences_window:
|
|||
else:
|
||||
self.plugin.config['saveposition'] = 0
|
||||
|
||||
def on_merge_position_checkbutton_toggled(self, widget):
|
||||
def on_merge_checkbutton_toggled(self, widget):
|
||||
"""On Merge Accounts Checkbutton Toggled"""
|
||||
if widget.get_active():
|
||||
self.plugin.config['mergeaccounts'] = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue