diff options
Diffstat (limited to 'helpers/key.py')
-rw-r--r-- | helpers/key.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/key.py b/helpers/key.py index b5c1af9..113cf8e 100644 --- a/helpers/key.py +++ b/helpers/key.py | |||
@@ -124,6 +124,8 @@ class Key(ButtonBehavior, Widget): | |||
124 | return [1, 1, 1, 1] | 124 | return [1, 1, 1, 1] |
125 | elif self.is_loaded_protecting_repeat(): | 125 | elif self.is_loaded_protecting_repeat(): |
126 | return [*self.custom_color, 100/255] | 126 | return [*self.custom_color, 100/255] |
127 | elif self.is_loaded_running(): | ||
128 | return [*self.custom_color, 100/255] | ||
127 | elif self.is_loaded(allow_substates=True): | 129 | elif self.is_loaded(allow_substates=True): |
128 | return [*self.custom_color, 1] | 130 | return [*self.custom_color, 1] |
129 | elif self.is_failed(): | 131 | elif self.is_failed(): |