Explorar o código

update tab icon

kevin %!s(int64=2) %!d(string=hai) anos
pai
achega
34f131b8fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mainPalio4.py

+ 1 - 1
src/mainPalio4.py

@@ -252,7 +252,7 @@ def change_logo(path_dest, logo, logo_float=None):
 
 def change_tab(path_dest, tabs, tab_icon, package, tab3_mode, tab_amount):
     default_tab_icon = ["tab{}.png".format(x) for x in tabs]
-    for icon, i in enumerate(default_tab_icon):
+    for i, icon in enumerate(default_tab_icon):
         if not tab_icon[i]:
             continue
         img_path = "app/src/main/res/drawable"