mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
update cache settings name
This commit is contained in:
parent
1dade7b9f7
commit
ea76370c48
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue