Added several settings to control when plugin window is being hidden/shown
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user