Add TODO
This commit is contained in:
parent
1a70f3f04f
commit
52254997df
1 changed files with 1 additions and 0 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue