update cache settings name

This commit is contained in:
Lily 2025-03-11 22:34:29 -04:00
parent 1dade7b9f7
commit ea76370c48
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7

View file

@ -420,9 +420,9 @@ void SettingsCache::setRoomHistory(const QT_STATE_CHANGED_T _roomHistory)
settings->setValue("chat/roomhistory", roomHistory);
}
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T _showMessagePopups)
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T _localTime)
{
localTime = (bool)_showMessagePopups;
localTime = (bool)_localTime;
settings->setValue("chat/localtime", localTime);
}