aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js19
1 files changed, 15 insertions, 4 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index 62d47ef..ca7d748 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -56,11 +56,22 @@ const config = {
}],
},
{
- type: 'component',
- title: 'Music',
+ type: 'stack',
width: 30,
- componentName: 'template',
- componentState: { id: 'music' },
+ content: [{
+ type: 'component',
+ isClosable: false,
+ title: 'Music',
+ componentName: 'template',
+ componentState: { id: 'music' },
+ },
+ {
+ type: 'component',
+ isClosable: false,
+ title: 'Players',
+ componentName: 'template',
+ componentState: { id: 'players' },
+ }],
}],
},
{