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
View File
@@ -23,6 +23,7 @@ internal class Configuration : IPluginConfiguration {
internal void UpdateFrom(Configuration other) { internal void UpdateFrom(Configuration other) {
this.HideChat = other.HideChat; this.HideChat = other.HideChat;
this.HideDuringCutscenes = other.HideDuringCutscenes;
this.NativeItemTooltips = other.NativeItemTooltips; this.NativeItemTooltips = other.NativeItemTooltips;
this.PrettierTimestamps = other.PrettierTimestamps; this.PrettierTimestamps = other.PrettierTimestamps;
this.MoreCompactPretty = other.MoreCompactPretty; this.MoreCompactPretty = other.MoreCompactPretty;