mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-06 01:23:35 +08:00
Save disable_chat_filter to disk (#575)
This commit is contained in:
parent
d0972f65d4
commit
134da381de
@ -583,6 +583,7 @@ namespace big
|
||||
|
||||
this->session.log_chat_messages = j["session"]["log_chat_messages"];
|
||||
this->session.log_text_messages = j["session"]["log_text_messages"];
|
||||
this->session.disable_chat_filter = j["session"]["disable_chat_filter"];
|
||||
|
||||
this->settings.dev_dlc = j["settings"]["dev_dlc"];
|
||||
this->settings.hotkeys.menu_toggle = j["settings"]["hotkeys"]["menu_toggle"];
|
||||
@ -889,6 +890,7 @@ namespace big
|
||||
"session", {
|
||||
{ "log_chat_messages", this->session.log_chat_messages },
|
||||
{ "log_text_messages", this->session.log_text_messages },
|
||||
{ "disable_chat_filter", this->session.disable_chat_filter }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user