mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Fix missing users.js menu item
This commit is contained in:
parent
5aaf1f3392
commit
35769b73a5
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