Only allow deleteTitle when GodMode is enabled.

This commit is contained in:
StackZ
2020-03-01 21:34:13 +01:00
parent 1bdcf008bf
commit 2142c1eb9c
3 changed files with 33 additions and 12 deletions
+4 -1
View File
@@ -116,5 +116,8 @@
"DELETE_TITLE": "Would you like to delete this title?",
"MEDIATYPE_SD": "MediaType SD",
"MEDIATYPE_NAND": "MediaType NAND",
"BOOT_TITLE": "Would you like to boot this title?"
"BOOT_TITLE": "Would you like to boot this title?",
"GODMODE": "GodMode: ",
"FUNCTION_NOT_ALLOWED": "This function is not allowed without GodMode!"
}