mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Re #2160: create only one timer for updateSdsyncAction()
This commit is contained in:
parent
863a30a5ed
commit
ca0c5c02b0
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,7 @@ MainWindow::MainWindow():
|
|||
}
|
||||
QTimer::singleShot(updateDelay, this, SLOT(doAutoUpdates()));
|
||||
QTimer::singleShot(updateDelay, this, SLOT(displayWarnings()));
|
||||
updateSdsyncAction();
|
||||
|
||||
QStringList strl = QApplication::arguments();
|
||||
QString str;
|
||||
|
@ -916,7 +917,6 @@ void MainWindow::updateMenus()
|
|||
printAct->setEnabled(hasSelection);
|
||||
loadbackupAct->setEnabled(hasMdiChild);
|
||||
compareAct->setEnabled(activeMdiChild());
|
||||
updateSdsyncAction();
|
||||
updateRecentFileActions();
|
||||
updateProfilesActions();
|
||||
updateLanguageActions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue