diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-03 21:31:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-03 21:35:52 -0700 |
| commit | 14a3bd895f297bbf503cf3734b65b4957b0b4ebe (patch) | |
| tree | a6186c85382d736c6ed137dce4c851099b54732e /Malmstone/Configuration.cs | |
| parent | effd23c9e254792d636ac43b17cb712a3fd49b1b (diff) | |
add option to automatically open malmstone calculator when viewing series malmstone
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index ce87dfd..eac9c63 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -15,6 +15,7 @@ public class Configuration : IPluginConfiguration public bool ShowProgressionChatPostRW { get; set; } = true; public bool ShowProgressionChatPostCC { get; set; } = true; public bool ShowProgressionChatPostFL { get; set; } = true; + public bool ShowMainWindowOnPVPReward { get; set; } = true; // the below exist just to make saving less cumbersome public void Save() |
