Add setting to auto focus search bar when opening card view window (#5906)

* add new setting

* implement thing

* Rename setting

* fix build failure
This commit is contained in:
RickyRister 2025-05-04 17:09:11 -07:00 committed by ebbit1q
parent 7532d87892
commit 2f784dd997
7 changed files with 33 additions and 2 deletions

View file

@ -68,6 +68,9 @@ void SettingsCache::setCardViewExpandedRowsMax(int /* value */)
void SettingsCache::setCloseEmptyCardView(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setFocusCardViewSearchBar(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)
{
}