Add docstring
This commit is contained in:
parent
72340575af
commit
97bde402fb
@ -233,6 +233,7 @@ class KeyParser(QObject):
|
||||
# pylint: disable=unused-argument
|
||||
@pyqtSlot(str, str)
|
||||
def on_config_changed(self, section, option):
|
||||
"""Re-read the config if a keybinding was changed."""
|
||||
if section == 'keybind':
|
||||
self.read_config()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user