Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedrink9 committed Jul 19, 2021
1 parent 30e0f9a commit 4f56987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autokey/qtui/settingswidget.py
Expand Up @@ -88,7 +88,7 @@ def save(self):
if self.hotkey_enabled:
self.hotkey_settings_dialog.save(self.current_item)
else:
self.currentItem.unset_hotkey()
self.current_item.unset_hotkey()
if self.window_filter_enabled:
self.window_filter_dialog.save(self.current_item)
else:
Expand Down

0 comments on commit 4f56987

Please sign in to comment.