Tags in deck editor (#5608)

This commit is contained in:
BruebachL 2025-02-12 04:18:00 +01:00 committed by GitHub
parent 356b00e8c7
commit 23f4c9c4e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 359 additions and 61 deletions

View file

@ -212,6 +212,9 @@ void SettingsCache::setVisualDeckStorageShowFolders(QT_STATE_CHANGED_T /* value
void SettingsCache::setVisualDeckStorageShowTagFilter(QT_STATE_CHANGED_T /* _showTags */)
{
}
void SettingsCache::setVisualDeckStorageShowBannerCardComboBox(QT_STATE_CHANGED_T /* _showBannerCardComboBox */)
{
}
void SettingsCache::setVisualDeckStorageShowTagsOnDeckPreviews(QT_STATE_CHANGED_T /* _showTags */)
{
}