[VDS] Remove searchFolderName setting (#5970)

* [VDS] Remove searchFolderName setting

* rename property in ExtraDeckSearchInfo
This commit is contained in:
RickyRister 2025-06-12 17:45:01 -07:00 committed by GitHub
parent a688a5fe72
commit 7e08f7df67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 12 additions and 56 deletions

View file

@ -17,9 +17,9 @@ inline Q_LOGGING_CATEGORY(DeckFilterStringLog, "deck_filter_string");
struct ExtraDeckSearchInfo
{
/**
* The filename used for filtering. Varies based on settings.
* The relative filepath starting from the deck folder
*/
QString fileSearchName;
QString relativeFilePath;
};
typedef std::function<bool(const DeckPreviewWidget *, const ExtraDeckSearchInfo &)> DeckFilter;