mirror of
https://github.com/overte-org/overte.git
synced 2025-06-25 01:10:18 +02:00
Make visible by default
This commit is contained in:
parent
d36399c65d
commit
22ff97fd27
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var usersWindow = (function () {
|
||||||
MENU_ITEM = "Users Online",
|
MENU_ITEM = "Users Online",
|
||||||
MENI_ITEM_AFTER = "Chat...",
|
MENI_ITEM_AFTER = "Chat...",
|
||||||
|
|
||||||
isVisible = false,
|
isVisible = true,
|
||||||
|
|
||||||
viewportHeight;
|
viewportHeight;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue