mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Resolve DEV-99: Remove all menus from top bar
This commit is contained in:
parent
a79d3ea9c0
commit
19b2d35b87
1 changed files with 1 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue