Merge pull request #146 from robertoetcheverryr/master

Fixed bug in prefseditor.py
This commit is contained in:
Matt Rose 2020-06-23 16:23:47 -04:00 committed by GitHub
commit 2325664f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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