tama 11 ヶ月 前
コミット
2176b6c303
1 ファイル変更5 行追加5 行削除
  1. 5 5
      main.py

+ 5 - 5
main.py

@@ -635,7 +635,7 @@ def change(app_id: str, platform: str, mode: str, path_dest: str, features: dict
                         f.write(indented_str(1, "<item"))
                         f.write(indented_str(2, 'android:id="@+id/action_custom_url"'))
                         f.write(indented_str(2, f'android:orderInCategory="{n}"'))
-                        f.write(indented_str(2, 'android:title=Custom URL"'))
+                        f.write(indented_str(2, 'android:title="Custom URL"'))
                         f.write(indented_str(2, 'app:showAsAction="never" />'))
                         n = n + 1
                     else:
@@ -649,28 +649,28 @@ def change(app_id: str, platform: str, mode: str, path_dest: str, features: dict
                         f.write(indented_str(1, "<item"))
                         f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
                         f.write(indented_str(2, f'android:orderInCategory="{n}"'))
-                        f.write(indented_str(2, 'android:title=External Apps"'))
+                        f.write(indented_str(2, 'android:title="External Apps"'))
                         f.write(indented_str(2, 'app:showAsAction="never" />'))
                         n = n + 1
                     else:
                         f.write(indented_str(1, "<!-- <item"))
                         f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
                         f.write(indented_str(2, f'android:orderInCategory="{n}"'))
-                        f.write(indented_str(2, 'android:title=External Apps"'))
+                        f.write(indented_str(2, 'android:title="External Apps"'))
                         f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
                         n = n + 1
                     if features["conpost"]["status"]:
                         f.write(indented_str(1, "<item"))
                         f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
                         f.write(indented_str(2, f'android:orderInCategory="{n}"'))
-                        f.write(indented_str(2, 'android:title=User Generated Content"'))
+                        f.write(indented_str(2, 'android:title="User Generated Content"'))
                         f.write(indented_str(2, 'app:showAsAction="never" />'))
                         n = n + 1
                     else:
                         f.write(indented_str(1, "<!-- <item"))
                         f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
                         f.write(indented_str(2, f'android:orderInCategory="{n}"'))
-                        f.write(indented_str(2, 'android:title=User Generated Content"'))
+                        f.write(indented_str(2, 'android:title="User Generated Content"'))
                         f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
                         n = n + 1
                     if features["ppob"]["status"]: