check for updates

This commit is contained in:
itsmattkc
2019-03-10 16:37:03 +11:00
parent 8cf3bd46a1
commit 9fc1bc3e1d
6 changed files with 85 additions and 2 deletions
+5
View File
@@ -41,6 +41,8 @@
#include "project/sequence.h"
#include "ui/updatenotification.h"
#include <QMessageBox>
#include <QFileDialog>
#include <QAction>
@@ -263,6 +265,9 @@ void OliveGlobal::finished_initialize() {
d->open();
#endif
}
// Check for updates
olive::update_notifier.check();
}
void OliveGlobal::save_autorecovery_file() {