feat: add close button to chat log

This commit is contained in:
Dean Sheather
2024-07-08 16:57:37 +10:00
parent ec67364360
commit fef9122eca
6 changed files with 46 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ internal class Configuration : IPluginConfiguration
public bool HideWhenUiHidden = true;
public bool HideInLoadingScreens;
public bool HideInBattle;
public bool ShowCloseButton = true;
public bool NativeItemTooltips = true;
public bool PrettierTimestamps = true;
public bool MoreCompactPretty;