diff --git a/sys.py/UI/foot_bar.py b/sys.py/UI/foot_bar.py index 4b25afc..5aa0736 100644 --- a/sys.py/UI/foot_bar.py +++ b/sys.py/UI/foot_bar.py @@ -137,9 +137,9 @@ class FootBar(Widget): def SetLabelTexts(self,texts): if config.ButtonsLayout == "xbox": - barr = ["nav","y","x","b","a","select"] - else: barr = ["nav","x","y","a","b","select"] + else: + barr = ["nav","y","x","b","a","select"] texts2 = texts + [""] if len(texts) == 5 else texts for idx,x in enumerate(barr):