mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-16 08:24:15 +01:00
default userpopup to on
This commit is contained in:
parent
f09cd8264f
commit
49913a498e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ public class Configuration : IPluginConfiguration
|
||||||
public int Version { get; set; } = 5;
|
public int Version { get; set; } = 5;
|
||||||
|
|
||||||
public bool ShowTransferWindow { get; set; } = true;
|
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
|
// the below exist just to make saving less cumbersome
|
||||||
public void Initialize(DalamudPluginInterface pluginInterface)
|
public void Initialize(DalamudPluginInterface pluginInterface)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue