mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:14:14 +01:00
add note handling
This commit is contained in:
parent
58ad7153d3
commit
0599416f4c
4 changed files with 60 additions and 13 deletions
|
|
@ -89,6 +89,7 @@ public class Configuration : IPluginConfiguration
|
|||
public int Version { get; set; } = 5;
|
||||
|
||||
public bool ShowTransferWindow { get; set; } = true;
|
||||
public bool OpenPopupOnAdd { get; set; } = false;
|
||||
|
||||
// the below exist just to make saving less cumbersome
|
||||
public void Initialize(DalamudPluginInterface pluginInterface)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue