mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
signpost toggle fullscreen is F11.
This commit is contained in:
@@ -552,7 +552,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
|
||||
QMenu *viewMenu = menuBar()->addMenu(tr("&View"));
|
||||
#ifndef Q_OS_MAC
|
||||
viewMenu->addAction(tr("Toggle Full Screen"), this, SLOT(toggleFullScreen()));
|
||||
viewMenu->addAction(tr("Toggle Full Screen"), this, SLOT(toggleFullScreen()), QKeySequence("F11"));
|
||||
#endif
|
||||
QAction *showhideSidebar = viewMenu->addAction(tr("Show Sidebar"), this, SLOT(showSidebar(bool)));
|
||||
showhideSidebar->setCheckable(true);
|
||||
|
||||
Reference in New Issue
Block a user