mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix fullscreen toggle shortcut
Remove the "Meta" modifier so that the shortcut works on Windows.
This commit is contained in:
parent
45a640d4b2
commit
2dbf8d7daf
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ Menu::Menu() :
|
||||||
|
|
||||||
addCheckableActionToQMenuAndActionHash(viewMenu,
|
addCheckableActionToQMenuAndActionHash(viewMenu,
|
||||||
MenuOption::Fullscreen,
|
MenuOption::Fullscreen,
|
||||||
Qt::CTRL | Qt::META | Qt::Key_F,
|
Qt::CTRL | Qt::Key_F,
|
||||||
false,
|
false,
|
||||||
appInstance,
|
appInstance,
|
||||||
SLOT(setFullscreen(bool)));
|
SLOT(setFullscreen(bool)));
|
||||||
|
|
Loading…
Reference in a new issue