add new setting

This commit is contained in:
RickyRister 2025-05-04 01:52:27 -07:00
parent 9ae6357c34
commit 68a507867a
6 changed files with 28 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 */)
{
}