mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Undo accidental removal of UI code
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user