Skip to content

Commit

Permalink
add player tab to mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Aug 16, 2024
1 parent c939aef commit 62c7413
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webAO/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config = {
},
{
type: 'component',
isClosable: false,
isClosable: true,
title: 'Players',
componentName: 'template',
componentState: { id: 'players' },
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 62c7413

Please sign in to comment.