Added several settings to control when plugin window is being hidden/shown

This commit is contained in:
RisaDev
2024-10-18 23:44:55 +03:00
parent cbb5e7ccd9
commit 90bd5fa4df
5 changed files with 97 additions and 3 deletions

View File

@@ -53,8 +53,14 @@ public class PluginConfiguration : IPluginConfiguration, ISavable
public bool FoldersDefaultOpen { get; set; } = true;
public bool OpenWindowAtStart { get; set; } = false;
public bool HideWindowInCutscene { get; set; } = true;
public bool HideWindowWhenUiHidden { get; set; } = true;
public bool HideWindowInGPose { get; set; } = false;
public bool IncognitoMode { get; set; } = false;
public List<string> ViewedMessageWindows { get; set; } = new();