mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
zeit: quick fix
This commit is contained in:
parent
6ca3a30c72
commit
3cf36608ca
@ -54,7 +54,7 @@ void VariableDelegate::copyEntry(int index) {
|
||||
CTVariable* var = cron->variables().at(index);
|
||||
auto* newVariable = new CTVariable(*var);
|
||||
newVariable->comment = newVariable->comment + QChar(0x20) + tr("(Copy)");
|
||||
cron->addVariable(var);
|
||||
cron->addVariable(newVariable);
|
||||
cron->save();
|
||||
if(ui->actionVariables->isChecked())
|
||||
view();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user