default userpopup to on

This commit is contained in:
rootdarkarchon
2023-01-04 16:21:24 +01:00
parent f09cd8264f
commit 49913a498e

View File

@@ -86,7 +86,7 @@ public class Configuration : IPluginConfiguration
public int Version { get; set; } = 5;
public bool ShowTransferWindow { get; set; } = true;
public bool OpenPopupOnAdd { get; set; } = false;
public bool OpenPopupOnAdd { get; set; } = true;
// the below exist just to make saving less cumbersome
public void Initialize(DalamudPluginInterface pluginInterface)