mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +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:
parent
954f158f73
commit
41729a4b2a
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user