Merge pull request #79 from deansheather/dean/hide-config-fix

fix: actually apply hide state to config
This commit is contained in:
Infi
2024-07-09 07:26:16 +02:00
committed by GitHub
+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;