forked from anixart-mod/patcher
Рефакторинг патчей, реализация Список патчей:
settings_urls: ✔ enabled disable_ad: ✔ enabled disable_beta_banner: ✔ enabled insert_new: ✔ enabled color_theme: ✔ enabled change_server: ✘ disabled package_name: ✔ enabled replace_navbar: ✔ enabled compress: ✔ enabled, обновление описаний
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
"""
|
||||
Меняет порядок вкладок в панели навигации
|
||||
Меняет порядок вкладок в панели навигации
|
||||
|
||||
"replace_navbar": {
|
||||
"enabled": true,
|
||||
"items": ["home", "discover", "feed", "bookmarks", "profile"]
|
||||
}
|
||||
"""
|
||||
|
||||
priority = 0
|
||||
|
||||
# imports
|
||||
from lxml import etree
|
||||
from tqdm import tqdm
|
||||
|
||||
|
||||
# Patch
|
||||
def apply(config: dict) -> bool:
|
||||
file_path = "./decompiled/res/menu/bottom.xml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user