gui: Only enable 'Previews' tab if previews can be generated

This commit is contained in:
Albert S. 2023-03-26 15:53:40 +02:00
parent 32c2653b0f
commit a7c4ad5e7c
1 changed files with 2 additions and 0 deletions

View File

@ -877,6 +877,8 @@ void MainWindow::handleSearchResults(const QVector<SearchResult> &results)
makePreviews(1);
}
ui->tabWidget->setTabEnabled(1, previewDirty);
QString statusText = "Results: " + QString::number(results.size()) + " files";
statusText += ", previewable: " + QString::number(this->previewCoordinator.previewableCount());
if(hasDeleted)