Add an option to show the visual deck storage on database load.

This commit is contained in:
Lukas Brübach 2025-01-03 13:55:04 +01:00
parent 94a6e846a2
commit 8a95617688
7 changed files with 30 additions and 2 deletions

View file

@ -187,6 +187,9 @@ void SettingsCache::setPrintingSelectorNavigationButtonsVisible(QT_STATE_CHANGED
void SettingsCache::setVisualDeckStorageCardSize(int /* _visualDeckStorageCardSize */)
{
}
void SettingsCache::setVisualDeckStorageShowOnLoad(QT_STATE_CHANGED_T /* _visualDeckStorageShowOnLoad */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}