Skip to content
Snippets Groups Projects

Simple Menu

Merged Pixtxa requested to merge (removed):Pixtxa-master-patch-27969 into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -222,6 +222,9 @@ class Menu:
right_scroll_str = config.get_string("right_scroll")
if right_scroll_str.lower() in ["true", "1"]:
right_buttons_scroll = True
if right_scroll_str.lower() in ["false", "0"]:
right_buttons_scroll = False
except OSError:
right_buttons_scroll = self.right_buttons_scroll
Loading