Skip to content

Commit

Permalink
Fix doesn't save NX import disable
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Oct 4, 2024
1 parent 90ee8d2 commit c686876
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 c686876

Please sign in to comment.