mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 01:36:25 +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,
|
||||
|
||||
MENU_NAME = "Tools",
|
||||
MENU_NAME = "View",
|
||||
MENU_ITEM = "Users Online",
|
||||
MENU_ITEM_AFTER = "Chat...",
|
||||
MENU_ITEM_AFTER = "Overlays",
|
||||
|
||||
SETTING_USERS_WINDOW_MINIMIZED = "UsersWindow.Minimized",
|
||||
SETINGS_USERS_WINDOW_OFFSET = "UsersWindow.Offset",
|
||||
|
|
Loading…
Reference in a new issue