feat(ui): warn when search results are stale
ci-release / verify (push) Successful in 34s
ci-release / publish-linux-amd64 (push) Has been skipped

This commit is contained in:
2026-07-25 22:11:30 +02:00
parent 07fc419f1e
commit 79001370b8
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ struct SearchOptions {
QString hidden = QStringLiteral("Any");
QString readonly = QStringLiteral("Any");
QString executable = QStringLiteral("Any");
bool operator==(const SearchOptions &) const = default;
};
struct FileRecord {