mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Added shortcup for gravity use
This commit is contained in:
parent
5c07638ce2
commit
b1aabc2c1f
1 changed files with 1 additions and 0 deletions
|
@ -1376,6 +1376,7 @@ void Application::initMenu() {
|
|||
_transmitterDrives->setChecked(true);
|
||||
(_gravityUse = optionsMenu->addAction("Use Gravity"))->setCheckable(true);
|
||||
_gravityUse->setChecked(true);
|
||||
_gravityUse->setShortcut(Qt::SHIFT | Qt::Key_G);
|
||||
|
||||
(_fullScreenMode = optionsMenu->addAction("Fullscreen", this, SLOT(setFullscreen(bool)), Qt::Key_F))->setCheckable(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue