Skip to content

Commit

Permalink
Merge pull request #117 from noriokun4649/fix_json_save
Browse files Browse the repository at this point in the history
Fix doesn't save NX import disable
  • Loading branch information
noriokun4649 authored Oct 5, 2024
2 parents a856191 + c686876 commit 83d3242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TVTComment/Model/ChatModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ private void SaveSettings()
settings.ChatPreserveCount = ChatPreserveCount.Value;
settings.ClearChatsOnChannelChange = ClearChatsOnChannelChange.Value;
settings.NgCommentNotShow = NgCommentNotShow.Value;
settings.NXJikkyoImportDisable = NXJikkyoImportDisable.Value;
settings.UiFlashingDeterrence = UiFlashingDeterrence.Value;
settings.ChatModRules = chatModRules.Select(x =>
{
Expand Down

0 comments on commit 83d3242

Please sign in to comment.