From 62c74139a51ef389867949899379efd5e4b83da2 Mon Sep 17 00:00:00 2001 From: stoned Date: Fri, 16 Aug 2024 23:13:53 +0200 Subject: [PATCH] add player tab to mobile view --- webAO/ui.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webAO/ui.js b/webAO/ui.js index ca7d748d..043c004f 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' }, @@ -144,6 +144,13 @@ const configMobile = { componentName: 'template', componentState: { id: 'music' }, }, + { + type: 'component', + isClosable: true, + title: 'Players', + componentName: 'template', + componentState: { id: 'players' }, + }, { type: 'component', isClosable: false,