Update DB Version after restoring database

This commit is contained in:
Patrick Linstruth
2018-10-16 21:23:25 -07:00
parent 2ba30d10c4
commit e42df3b8e3

View File

@@ -329,6 +329,7 @@ void MainWidget::restoreData()
(const char *)rd_config->mysqlDbname(),
(const char *)filename));
}
updateLabels();
startDaemons();
}
}