Fixed bug in prefseditor.py

This commit is contained in:
robertoetcheverryr 2020-06-23 10:08:17 -03:00
parent 47563429fc
commit e9a8c42fff
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ class PrefsEditor:
elif selected == 2:
value = 'ascii-del'
elif selected == 3:
value == 'escape-sequence'
value = 'escape-sequence'
else:
value = 'automatic'
self.config['backspace_binding'] = value