feat: add unsupported warning in patches selector view

This commit is contained in:
Alberto Ponces
2022-08-31 11:05:38 +01:00
parent 533f22924a
commit 596d4f0def
4 changed files with 101 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{
"okButton": "OK",
"main": {
"dashboardTab": "Dashboard",
"patcherTab": "Patcher",
@ -57,6 +58,11 @@
"searchBarHint": "Search patches",
"doneButton": "Done"
},
"patchItem": {
"unsupportedWarningButton": "Unsupported version",
"alertDialogTitle": "Warning",
"alertDialogText": "Selecting this patch may or may not result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}"
},
"installerView": {
"widgetTitle": "Installer",
"installButton": "Install",