[feat] added blacklist for shared folders

* change BasicModal data to handle cascading modals better
This commit is contained in:
silentrald
2024-12-11 22:28:07 +08:00
parent 0f5ea88a27
commit 65fb281a64
5 changed files with 148 additions and 44 deletions
+8
View File
@@ -601,6 +601,10 @@
"ENOSPC": "The disk is full, make some space and try again.",
"UNKNOWN_ERROR": "An unknown error has occurred while linking the folder."
}
},
"adding-error": {
"title": "Adding shared folder failed",
"msg": "You can't add \"{folder}\" to shared folders"
}
},
"create-launch-shortcut": {
@@ -805,6 +809,10 @@
"link-all": "Link all"
}
},
"adding-shared-folder": {
"title": "Adding Shared Folder",
"description": "Are you sure you want to add \"{folder}\" to shared folder?"
},
"create-launch-shortcut": {
"title": "Create a shortcut",
"desc": "Creating a shortcut will allow you to start Beat Saber with the chosen options without going through BSManager.",