update settingsCache

This commit is contained in:
RickyRister 2024-12-05 05:35:10 -08:00
parent e4cfe08113
commit e0cd2d435a
4 changed files with 19 additions and 0 deletions

View file

@ -170,6 +170,9 @@ void SettingsCache::setTapAnimation(QT_STATE_CHANGED_T /* _tapAnimation */)
void SettingsCache::setOpenDeckInNewTab(QT_STATE_CHANGED_T /* _openDeckInNewTab */)
{
}
void SettingsCache::setRewindBufferingMs(int /* _rewindBufferingMs */)
{
}
void SettingsCache::setChatMention(QT_STATE_CHANGED_T /* _chatMention */)
{
}