1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-09 12:43:49 +05:00

feat: [R] Include enabled patches, developer and more info in settings

Fixes #4
This commit is contained in:
Kentai Radiquum 2025-09-04 14:12:41 +05:00
parent 67a45a9ac6
commit 7cae88c2ef
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 117 additions and 8 deletions

View file

@ -1,3 +1,24 @@
{
"add_patch_info": true
"add_patch_info": true,
"main_settings_categories": [
{
"title": "anixart-patcher",
"items": [
{
"title": "Radiquum",
"summary": "Разработчик",
"url": "https://radiquum.wah.su/",
"icon": "@drawable/solar_code_2_bold",
"icon_space_reserved": false
},
{
"title": "Репозиторий",
"summary": "https://github.com/Radiquum/anixart-patcher",
"url": "https://github.com/Radiquum/anixart-patcher",
"icon": "@drawable/github_mark",
"icon_space_reserved": false
}
]
}
]
}