aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-03 21:31:11 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-03 21:35:52 -0700
commit14a3bd895f297bbf503cf3734b65b4957b0b4ebe (patch)
treea6186c85382d736c6ed137dce4c851099b54732e /Malmstone/Configuration.cs
parenteffd23c9e254792d636ac43b17cb712a3fd49b1b (diff)
add option to automatically open malmstone calculator when viewing series malmstone
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs1
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()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage