Explorar o código

nexilisbuttonmode

tama hai 9 meses
pai
achega
4f4682f6cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main-embed.py

+ 1 - 1
main-embed.py

@@ -982,7 +982,7 @@ def change(app_id: str, platform: str, mode: str, path_dest: str, features: dict
                     if app_id:
                         replaced = replaced.replace('***REPLACE***WITH***YOUR***APPLICATION***NAME***', app_id)
                     f.write(replaced)
-                elif "int nexilisButtonMode" in line:
+                elif "val nexilisButtonMode" in line:
                     replaced = line
                     if mode == "floating":
                         replaced = replaced.replace("0", "1")