add note handling

This commit is contained in:
Stanley Dimant
2022-10-06 22:22:53 +02:00
parent 58ad7153d3
commit 0599416f4c
4 changed files with 60 additions and 13 deletions

View File

@@ -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)