From 0fb78e185669058f8b71c44a6dadf187c9512b80 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Tue, 9 Jul 2024 15:18:16 +1000 Subject: [PATCH] fix: actually apply hide state to config --- ChatTwo/Configuration.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatTwo/Configuration.cs b/ChatTwo/Configuration.cs index dfcf226..f9bf730 100755 --- a/ChatTwo/Configuration.cs +++ b/ChatTwo/Configuration.cs @@ -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;