Make setting into an enum

This commit is contained in:
RickyRister 2025-05-01 21:19:37 -07:00
parent c6fcb5be1d
commit f046c26b04
8 changed files with 47 additions and 23 deletions

View file

@ -260,7 +260,7 @@ 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::setDefaultDeckEditorType(int /* value */)
{
}
void SettingsCache::setVisualDatabaseDisplayFilterToMostRecentSetsEnabled(QT_STATE_CHANGED_T /* _enabled */)