mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1763 Removed a very bad key shortcut from Vehicle Setup Wizard.
Removed the word Wizard from tools menu inport/export templates.
This commit is contained in:
parent
1e1b97bd77
commit
b783d65c18
@ -58,7 +58,6 @@ bool SetupWizardPlugin::initialize(const QStringList & args, QString *errMsg)
|
||||
"SetupWizardPlugin.ShowSetupWizard",
|
||||
QList<int>() <<
|
||||
Core::Constants::C_GLOBAL_ID);
|
||||
cmd->setDefaultKeySequence(QKeySequence("Ctrl+V"));
|
||||
cmd->action()->setText(tr("Vehicle Setup Wizard..."));
|
||||
connect(cmd->action(), SIGNAL(triggered(bool)), this, SLOT(showSetupWizard()));
|
||||
|
||||
@ -71,7 +70,7 @@ bool SetupWizardPlugin::initialize(const QStringList & args, QString *errMsg)
|
||||
"SetupWizardPlugin.ExportJSon",
|
||||
QList<int>() <<
|
||||
Core::Constants::C_GLOBAL_ID);
|
||||
cmd->action()->setText(tr("Export/Import Wizard Vehicle Template..."));
|
||||
cmd->action()->setText(tr("Export/Import Vehicle Template..."));
|
||||
connect(cmd->action(), SIGNAL(triggered(bool)), this, SLOT(exportSettings()));
|
||||
|
||||
Core::ModeManager::instance()->addAction(cmd, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user