Add option to hide folder structure in Visual Deck Storage (#5575)

This commit is contained in:
RickyRister 2025-02-07 07:36:24 -08:00 committed by GitHub
parent 9ec621a1ae
commit 2c6e7d4d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 150 additions and 43 deletions

View file

@ -215,6 +215,9 @@ void SettingsCache::setPrintingSelectorNavigationButtonsVisible(QT_STATE_CHANGED
void SettingsCache::setVisualDeckStorageSortingOrder(int /* _visualDeckStorageSortingOrder */)
{
}
void SettingsCache::setVisualDeckStorageShowFolders(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setVisualDeckStorageCardSize(int /* _visualDeckStorageCardSize */)
{
}