This commit is contained in:
nelle 2024-02-16 14:04:30 -07:00
parent 1a70f3f04f
commit 52254997df

View file

@ -49,6 +49,7 @@ class Config {
throw Exception("The config version is not correct! Correct version is: " + 1)
}
//TODO: Later instead of being user configurable, change this based on the environemtn launched, and allow CMDLine args to change on runtime
// Possible answers: SWING, XTERM, ECMA48
val backendType =
if (prop.getProperty("backendType") == "SWING") {