tell user they might downgrade in update popup

This commit is contained in:
fourtf
2019-10-07 19:53:46 +02:00
parent 594c0fb255
commit 0ada53a3c1
3 changed files with 53 additions and 3 deletions
+2
View File
@@ -32,6 +32,7 @@ public:
bool shouldShowUpdateButton() const;
bool isError() const;
bool isDowngrade() const;
pajlada::Signals::Signal<Status> statusUpdated;
@@ -39,6 +40,7 @@ private:
QString currentVersion_;
QString onlineVersion_;
Status status_ = None;
bool isDowngrade_{};
QString updateExe_;
QString updatePortable_;