feat: allow hiding

This commit is contained in:
Anna
2022-02-01 00:20:20 -05:00
parent 326ef5430c
commit 60e22f58ee
5 changed files with 81 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ internal class Configuration : IPluginConfiguration {
public int Version { get; set; } = 1;
public bool HideChat = true;
public bool HideDuringCutscenes = true;
public bool NativeItemTooltips = true;
public bool PrettierTimestamps = true;
public bool MoreCompactPretty;