mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:33:27 +02:00
Fix missing users.js menu item
This commit is contained in:
parent
8a5369fcb1
commit
1c1d81ae25
1 changed files with 2 additions and 2 deletions
|
@ -361,9 +361,9 @@ var usersWindow = (function () {
|
||||||
|
|
||||||
myVisibility,
|
myVisibility,
|
||||||
|
|
||||||
MENU_NAME = "Tools",
|
MENU_NAME = "View",
|
||||||
MENU_ITEM = "Users Online",
|
MENU_ITEM = "Users Online",
|
||||||
MENU_ITEM_AFTER = "Chat...",
|
MENU_ITEM_AFTER = "Overlays",
|
||||||
|
|
||||||
SETTING_USERS_WINDOW_MINIMIZED = "UsersWindow.Minimized",
|
SETTING_USERS_WINDOW_MINIMIZED = "UsersWindow.Minimized",
|
||||||
SETINGS_USERS_WINDOW_OFFSET = "UsersWindow.Offset",
|
SETINGS_USERS_WINDOW_OFFSET = "UsersWindow.Offset",
|
||||||
|
|
Loading…
Reference in a new issue