Don't show multiple unlock UI dialogs. Closes #2040.

This commit is contained in:
sledgehammer999
2014-10-20 20:34:46 +03:00
parent 2203d0a043
commit c2f2d0a363
2 changed files with 8 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ private:
bool displaySpeedInTitle;
bool force_exit;
bool ui_locked;
bool unlockDlgShowing;
LineEdit *search_filter;
// Keyboard shortcuts
QShortcut *switchSearchShortcut;