saif-ellafi / foundryvtt-minimal-ui

Foundry VTT Module. Configurable UI module, allows the user to hide, collapse or auto-hide components separately.
MIT License
13 stars 10 forks source link

PlayerList always hidden #100

Closed CaosFR closed 2 years ago

CaosFR commented 2 years ago

Hi,

Thanks for this usefull module. A must have. After install minimal ui and try differents options for the playerlist, My playerlist become always hidden, I can't see it. I have to use a script like that each time to activate it :

if (ui.players.rendered) 
{
ui.players.close();
}
else 
{
ui.players.render(true);
}

I dont have any error (F12). I use the last stable version of your module and foundry . I have try to disable or unintall your module, no result. Thanks for your help.

saif-ellafi commented 2 years ago

Hi @CaosFR - on which vesion of Foundry are you on?

saif-ellafi commented 2 years ago

I guess you have this, no? image

CaosFR commented 2 years ago

Hi,

Thanks for your help. I'm on the last version of the v9, I dont want update to v10 for now. Yes the Player List Behaviour is set to "Always Visible". I had try to change this option, uninstall/install/update your module, shutdown my server...

CaosFR commented 2 years ago

Hi,

This problem was solve when update to v10.