mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 18:14:40 +02:00
Move reload content item to developer menu.
This commit is contained in:
parent
1724b4c0d8
commit
b93ae7b527
1 changed files with 2 additions and 2 deletions
|
@ -255,8 +255,6 @@ Menu::Menu() {
|
|||
avatar, SLOT(updateMotionBehavior()));
|
||||
|
||||
MenuWrapper* viewMenu = addMenu("View");
|
||||
|
||||
addActionToQMenuAndActionHash(viewMenu, MenuOption::ReloadContent, 0, qApp, SLOT(reloadResourceCaches()));
|
||||
|
||||
addCheckableActionToQMenuAndActionHash(viewMenu,
|
||||
MenuOption::Fullscreen,
|
||||
|
@ -329,6 +327,8 @@ Menu::Menu() {
|
|||
|
||||
MenuWrapper* developerMenu = addMenu("Developer");
|
||||
|
||||
addActionToQMenuAndActionHash(developerMenu, MenuOption::ReloadContent, 0, qApp, SLOT(reloadResourceCaches()));
|
||||
|
||||
MenuWrapper* renderOptionsMenu = developerMenu->addMenu("Render");
|
||||
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::Atmosphere,
|
||||
0, // QML Qt::SHIFT | Qt::Key_A,
|
||||
|
|
Loading…
Reference in a new issue