fix: actually apply hide state to config

This commit is contained in:
Dean Sheather
2024-07-09 15:18:16 +10:00
parent 7b8aa172e0
commit 0fb78e1856
+1
View File
@@ -78,6 +78,7 @@ internal class Configuration : IPluginConfiguration
HideWhenUiHidden = other.HideWhenUiHidden;
HideInLoadingScreens = other.HideInLoadingScreens;
HideInBattle = other.HideInBattle;
ShowHideButton = other.ShowHideButton;
NativeItemTooltips = other.NativeItemTooltips;
PrettierTimestamps = other.PrettierTimestamps;
MoreCompactPretty = other.MoreCompactPretty;