logic: Show hidden indexing dialog on refresh
* Fixed refresh restarted when refreshing while processing files
This commit is contained in:
@@ -12,13 +12,10 @@ public:
|
||||
return "MessageIndexingShowDialog";
|
||||
}
|
||||
|
||||
MessageIndexingShowDialog(bool showDialog)
|
||||
: showDialog(showDialog)
|
||||
MessageIndexingShowDialog()
|
||||
{
|
||||
setSendAsTask(false);
|
||||
}
|
||||
|
||||
const bool showDialog;
|
||||
};
|
||||
|
||||
#endif // MESSAGE_INDEXING_SHOW_DIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user