mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
added CTRL+A shortcut to display audio stats
This commit is contained in:
parent
af5eedb50e
commit
81e5419287
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ Menu::Menu() :
|
|||
false);
|
||||
|
||||
addCheckableActionToQMenuAndActionHash(audioDebugMenu, MenuOption::AudioStats,
|
||||
0,
|
||||
Qt::CTRL | Qt::Key_A,
|
||||
false,
|
||||
appInstance->getAudio(),
|
||||
SLOT(toggleStats()));
|
||||
|
|
Loading…
Reference in a new issue