Add a configuration to disable showing mods in the lobby and at the aesthetician.

This commit is contained in:
Ottermandias 2024-06-11 16:32:29 +02:00
parent c8ea33f8dd
commit 447735f609
3 changed files with 17 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public class Configuration : IPluginConfiguration, ISavable
public bool HideUiWhenUiHidden { get; set; } = false;
public bool UseDalamudUiTextureRedirection { get; set; } = true;
public bool ShowModsInLobby { get; set; } = true;
public bool UseCharacterCollectionInMainWindow { get; set; } = true;
public bool UseCharacterCollectionsInCards { get; set; } = true;
public bool UseCharacterCollectionInInspect { get; set; } = true;