diff options
| author | stoned <Tukz@gmx.de> | 2024-08-16 23:13:53 +0200 |
|---|---|---|
| committer | stoned <Tukz@gmx.de> | 2024-08-16 23:13:53 +0200 |
| commit | 62c74139a51ef389867949899379efd5e4b83da2 (patch) | |
| tree | 806df4ef6fe71994486a113aa7d5c0d509bf4a20 /webAO | |
| parent | c939aefb6cb8d6d000fc54658ce88b7af9829564 (diff) | |
add player tab to mobile view
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/ui.js | 9 |
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', |
