aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/ui.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index ca7d748..043c004 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -67,7 +67,7 @@ const config = {
},
{
type: 'component',
- isClosable: false,
+ isClosable: true,
title: 'Players',
componentName: 'template',
componentState: { id: 'players' },
@@ -146,6 +146,13 @@ const configMobile = {
},
{
type: 'component',
+ isClosable: true,
+ title: 'Players',
+ componentName: 'template',
+ componentState: { id: 'players' },
+ },
+ {
+ type: 'component',
isClosable: false,
reorderEnabled: false,
title: 'OOC',