[bugfix] changed error values

This commit is contained in:
silentrald
2025-02-08 20:23:18 +08:00
parent 35772768af
commit a54809ffb5
13 changed files with 26 additions and 15 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ export interface UninstallModsResult {
export enum ModsGridStatus {
OK = "",
NO_WINEPREFIX = "pages.version-viewer.mods.status.no-wineprefix",
UNKNOWN = "misc.unknown"
NO_WINEPREFIX = "no-wineprefix",
UNKNOWN = "unknown"
}