mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] changed error values
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user