mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
add a keyboard shortcut for the asset directory
This commit is contained in:
parent
8cc0ae3148
commit
1678c9be20
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ Menu::Menu() {
|
|||
editMenu->addSeparator();
|
||||
|
||||
// Edit > My Asset Server
|
||||
addActionToQMenuAndActionHash(editMenu, MenuOption::AssetServer, 0, qApp, SLOT(toggleAssetServerWidget()));
|
||||
addActionToQMenuAndActionHash(editMenu, MenuOption::AssetServer, Qt::CTRL | Qt::SHIFT | Qt::Key_A,
|
||||
qApp, SLOT(toggleAssetServerWidget()));
|
||||
|
||||
// Edit > Reload All Content [advanced]
|
||||
addActionToQMenuAndActionHash(editMenu, MenuOption::ReloadContent, 0, qApp, SLOT(reloadResourceCaches()),
|
||||
|
|
Loading…
Reference in a new issue