mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Don't use Ctrl+C to check for new activities
Fixes #4430 introduced by ea044a0c while fixing a typo.
This commit is contained in:
@@ -525,7 +525,7 @@ MainWindow::MainWindow(const QDir &home)
|
||||
measuresMenu = shareMenu->addMenu(tr("Get Measures..."));
|
||||
shareMenu->addSeparator();
|
||||
checkAction = new QAction(tr("Check For New Activities"), this);
|
||||
checkAction->setShortcut(QKeySequence("Ctrl+C"));
|
||||
checkAction->setShortcut(QKeySequence("")); // Ctrl+C is already in use for clipboard copy
|
||||
connect(checkAction, SIGNAL(triggered(bool)), this, SLOT(checkCloud()));
|
||||
shareMenu->addAction(checkAction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user