Defer update prompt if emulating, and show no update found on explicit click

This commit is contained in:
James 2017-10-14 18:35:45 +11:00 committed by James Rowe
parent 2e6c80d1aa
commit 7361ee9750
2 changed files with 35 additions and 0 deletions

View file

@ -83,6 +83,8 @@ private:
void ShowCallouts();
void ShowUpdaterWidgets();
void ShowUpdatePrompt();
void ShowNoUpdatePrompt();
void CheckForUpdates();
/**
@ -173,6 +175,9 @@ private:
WaitTreeWidget* waitTreeWidget;
Updater* updater;
bool explicit_update_check = false;
bool defer_update_prompt = false;
QAction* actions_recent_files[max_recent_files_item];
protected: