From 14a3bd895f297bbf503cf3734b65b4957b0b4ebe Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 3 Sep 2024 21:31:11 -0700 Subject: add option to automatically open malmstone calculator when viewing series malmstone --- Malmstone/Configuration.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Malmstone/Configuration.cs') 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() -- cgit v1.2.3