aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index b44b425..7bd7ab6 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -18,6 +18,7 @@ const config = {
width: 40,
content: [{
type: "component",
+ isClosable: false,
componentName: "template",
title: "Game",
componentState: { id: "client_wrapper" }
@@ -32,12 +33,14 @@ const config = {
type: "stack",
content: [{
type: "component",
+ isClosable: false,
title: "Main",
componentName: "template",
componentState: { id: "mainmenu" }
},
{
type: "component",
+ isClosable: false,
title: "Log",
componentName: "template",
componentState: { id: "log" }