Create new setting

This commit is contained in:
RickyRister 2025-04-30 23:03:00 -07:00
parent fc40fea97a
commit 2c4f9bec1a
4 changed files with 19 additions and 0 deletions

View file

@ -260,6 +260,9 @@ void SettingsCache::setVisualDeckStorageInGame(QT_STATE_CHANGED_T /* value */)
void SettingsCache::setVisualDeckStorageSelectionAnimation(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setOpenInVisualDeckEditor(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setVisualDatabaseDisplayFilterToMostRecentSetsEnabled(QT_STATE_CHANGED_T /* _enabled */)
{
}