Change "include folder name in VDS search" into a setting (#5659)

* add new setting

* implement thing
This commit is contained in:
RickyRister
2025-02-26 09:01:30 -08:00
committed by GitHub
parent 05d06f9016
commit 6df97a156f
6 changed files with 30 additions and 1 deletions

View File

@@ -215,6 +215,9 @@ void SettingsCache::setVisualDeckStorageShowFolders(QT_STATE_CHANGED_T /* value
void SettingsCache::setVisualDeckStorageShowTagFilter(QT_STATE_CHANGED_T /* _showTags */)
{
}
void SettingsCache::setVisualDeckStorageSearchFolderNames(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setVisualDeckStorageShowBannerCardComboBox(QT_STATE_CHANGED_T /* _showBannerCardComboBox */)
{
}