mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-19 02:12:38 +01:00
fix foot bar button layouts being swapped
When using SNES it shows the button actions for XBOX When using XBOX it shows the button actions for SNES
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user