[bugfix] block mods grid if wineprefix is not yet setup

This commit is contained in:
silentrald
2025-02-08 11:05:07 +08:00
parent ff3d82238f
commit 6fc3fed6dd
7 changed files with 74 additions and 19 deletions
+4 -1
View File
@@ -131,6 +131,9 @@
"loading-mods": "Loading mods...",
"no-internet": "No internet",
"mods-not-available": "No mods are available yet for this version of Beat Saber",
"status": {
"no-wineprefix": "Could not find BSManager WINEPREFIX path, please launch Beat Saber in BSManager first."
},
"buttons": {
"more-infos": "More info",
"install-or-update": "Install or update",
@@ -589,7 +592,7 @@
"success": "All mods have been uninstalled.",
"errors": {
"no-mods": "No mods are installed in this version 😑",
"no-wineprefix": "Could not find BSManager WINEPREFIX path, please launch beat saber in BSManager first."
"no-wineprefix": "Could not find BSManager WINEPREFIX path, please launch Beat Saber in BSManager first."
}
}
},