Closed Viren070 closed 2 months ago
This is caused by line 74 in FlipperZero.json
It is currently:
"fg_Color": ["#663b14", "#663b14"],
but should be:
"fg_color": ["#663b14", "#663b14"],
The incorrectly capitalised r in color causes a KeyError to be raised when attempting to access fg_color for CTkSwitch,
Hi,
Sorry for the typo error. I have made the suitable changes now.
This is caused by line 74 in FlipperZero.json
It is currently:
but should be:
The incorrectly capitalised r in color causes a KeyError to be raised when attempting to access fg_color for CTkSwitch,