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:
parent
67a45a9ac6
commit
7cae88c2ef
5 changed files with 117 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue