add new settings

This commit is contained in:
RickyRister 2025-02-24 00:37:20 -08:00
parent ba1b0c3ede
commit 5a72700a5c
6 changed files with 30 additions and 0 deletions

View file

@ -62,6 +62,9 @@ void SettingsCache::setUseTearOffMenus(bool /* _useTearOffMenus */)
void SettingsCache::setCardViewInitialRowsMax(int /* _cardViewInitialRowsMax */)
{
}
void SettingsCache::setCardViewExpandedRowsMax(int /* value */)
{
}
void SettingsCache::setCloseEmptyCardView(QT_STATE_CHANGED_T /* value */)
{
}