make card view window max initial height configurable (#5236)

This commit is contained in:
RickyRister 2024-12-13 19:02:00 -08:00 committed by GitHub
parent 0463a6fd70
commit a0f74134bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 41 additions and 1 deletions

View file

@ -59,6 +59,9 @@ SettingsCache::SettingsCache()
void SettingsCache::setUseTearOffMenus(bool /* _useTearOffMenus */)
{
}
void SettingsCache::setCardViewInitialRowsMax(int /* _cardViewInitialRowsMax */)
{
}
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)
{
}