feat: add plugin hiding

This commit is contained in:
goat 2021-01-05 21:01:51 +01:00
parent 09e57f098f
commit f0399d6af4
3 changed files with 20 additions and 1 deletions

View file

@ -26,7 +26,8 @@ namespace Dalamud
public bool DoPluginTest { get; set; } = false;
public bool DoDalamudTest { get; set; } = false;
public List<ThirdRepoSetting> ThirdRepoList { get; set; }= new List<ThirdRepoSetting>();
public List<ThirdRepoSetting> ThirdRepoList { get; set; } = new List<ThirdRepoSetting>();
public List<string> HiddenPluginInternalName { get; set; } = new List<string>();
public float GlobalUiScale { get; set; } = 1.0f;
public bool ToggleUiHide { get; set; } = true;