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
8 changed files with 150 additions and 43 deletions

View File

@@ -211,6 +211,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 */)
{
}