Undo accidental removal of UI code

This commit is contained in:
Alexander Bock
2023-11-13 10:17:22 +01:00
parent b62e604b2e
commit 098cced1e7
+8
View File
@@ -161,11 +161,19 @@ ModuleConfigurations = {
}
}
},
WebBrowser = {
Enabled = true
},
WebGui = {
Address = "localhost",
HttpPort = 4680,
WebSocketInterface = "DefaultWebSocketInterface"
},
CefWebGui = {
-- GuiScale = 2.0,
Enabled = true,
Visible = true
},
Space = {
ShowExceptions = false
}