fix: save cutscene hiding option correctly

This commit is contained in:
Anna 2022-02-01 16:25:14 -05:00
parent 1722441968
commit fd2e18eb29
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ internal class Configuration : IPluginConfiguration {
internal void UpdateFrom(Configuration other) {
this.HideChat = other.HideChat;
this.HideDuringCutscenes = other.HideDuringCutscenes;
this.NativeItemTooltips = other.NativeItemTooltips;
this.PrettierTimestamps = other.PrettierTimestamps;
this.MoreCompactPretty = other.MoreCompactPretty;