Add a new dialog that allows editing the default suggested tags.

This commit is contained in:
Lukas Brübach 2025-03-16 12:16:09 +01:00
parent a688a5fe72
commit 4906c9dc94
8 changed files with 331 additions and 83 deletions

View file

@ -231,6 +231,9 @@ void SettingsCache::setVisualDeckStorageShowFolders(QT_STATE_CHANGED_T /* value
void SettingsCache::setVisualDeckStorageShowTagFilter(QT_STATE_CHANGED_T /* _showTags */)
{
}
void SettingsCache::setVisualDeckStorageDefaultTagsList(QStringList /* _defaultTagsList */)
{
}
void SettingsCache::setVisualDeckStorageSearchFolderNames(QT_STATE_CHANGED_T /* value */)
{
}