logic: Show hidden indexing dialog on refresh

* Fixed refresh restarted when refreshing while processing files
This commit is contained in:
Eberhard Graether
2018-10-17 01:30:33 +02:00
parent d78e80b548
commit 842bce8b32
12 changed files with 64 additions and 40 deletions
@@ -12,13 +12,10 @@ public:
return "MessageIndexingShowDialog";
}
MessageIndexingShowDialog(bool showDialog)
: showDialog(showDialog)
MessageIndexingShowDialog()
{
setSendAsTask(false);
}
const bool showDialog;
};
#endif // MESSAGE_INDEXING_SHOW_DIALOG_H