add setting to settingsCache

This commit is contained in:
RickyRister 2025-06-12 22:42:15 -07:00
parent e388b83fa7
commit 995e5d94aa
4 changed files with 21 additions and 0 deletions

View file

@ -164,6 +164,9 @@ void SettingsCache::setTabLogOpen(bool /*value*/)
void SettingsCache::setPicDownload(QT_STATE_CHANGED_T /* _picDownload */)
{
}
void SettingsCache::setShowStatusBar(bool /* value */)
{
}
void SettingsCache::setNotificationsEnabled(QT_STATE_CHANGED_T /* _notificationsEnabled */)
{
}