GH-1874 do not allow updating while an instance is running

This is a nasty hack. Proper solution will require moving all
update related functionality out of the main window.

Running instances and updating should be mutually exclusive.
This commit is contained in:
Petr Mrázek
2017-05-02 01:43:18 +02:00
parent 0132fd9929
commit 6a8bb3691b
4 changed files with 72 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ public:
void checkInstancePathForProblems();
void updatesAllowedChanged(bool allowed);
signals:
void isClosing();