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