mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix source comment typo
This commit is contained in:
parent
2c498e875a
commit
235b03951b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class ActionsMixin:
|
|||
self.bee_actions[action_id] = qaction
|
||||
items.append(action_id)
|
||||
|
||||
# Set shorcuts in settings file for remaining slots:
|
||||
# Set shortcuts in settings file for remaining slots:
|
||||
for j in range(i + 1, 10):
|
||||
key = 0 if j == 9 else j + 1
|
||||
KeyboardSettings().get_shortcuts(
|
||||
|
|
|
|||
Loading…
Reference in a new issue