Persist card size slider selection in SettingsCache.

This commit is contained in:
Lukas Brübach 2024-12-16 02:01:17 +01:00 committed by ZeldaZach
parent 2d59540f15
commit 61b33aa808
No known key found for this signature in database
7 changed files with 36 additions and 4 deletions

View file

@ -170,6 +170,9 @@ void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpS
void SettingsCache::setPrintingSelectorSortOrder(int /* _printingSelectorSortOrder */)
{
}
void SettingsCache::setPrintingSelectorCardSize(int /* _printingSelectorCardSize */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}