From 728d9ff38a19f0a8b72bcb004d56edabec138af8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 6 Sep 2024 23:28:42 -0700 Subject: add toast and chat notification override if default series level is reached --- Malmstone/Configuration.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Malmstone/Configuration.cs') diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index eac9c63..1d0ed84 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -16,6 +16,8 @@ public class Configuration : IPluginConfiguration public bool ShowProgressionChatPostCC { get; set; } = true; public bool ShowProgressionChatPostFL { get; set; } = true; public bool ShowMainWindowOnPVPReward { get; set; } = true; + public bool SkipProgressionToastAfterGoal { get; set; } = false; + public bool SkipProgressionChatAfterGoal { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() -- cgit v1.2.3