fix: save cutscene hiding option correctly
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user