From 19b2d35b876bfc4e6c93d0a9cd2ea4210a6eb2fa Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 4 Jun 2019 13:25:03 -0700 Subject: [PATCH] Resolve DEV-99: Remove all menus from top bar --- scripts/simplifiedUI/ui/simplifiedUI.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/simplifiedUI/ui/simplifiedUI.js b/scripts/simplifiedUI/ui/simplifiedUI.js index 38d1059da7..295e252ca3 100644 --- a/scripts/simplifiedUI/ui/simplifiedUI.js +++ b/scripts/simplifiedUI/ui/simplifiedUI.js @@ -42,11 +42,7 @@ function runNewDefaultsTogether() { } -// Uncomment this out once the work is actually complete. -// Until then, users are required to access some functionality from the top menu bar. -//var MENU_NAMES = ["File", "Edit", "Display", "View", "Navigate", "Settings", "Developer", "Help"]; -var MENU_NAMES = ["File", "Edit", "Display", "View", "Navigate", "Help", - "Settings > General...", "Settings > Controls...", "Settings > Audio...", "Settings > Graphics...", "Settings > Security..."]; +var MENU_NAMES = ["File", "Edit", "Display", "View", "Navigate", "Settings", "Developer", "Help"]; var keepMenusSetting = Settings.getValue("simplifiedUI/keepMenus", false); function maybeRemoveDesktopMenu() { if (!keepMenusSetting) {