diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-02 00:53:22 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-02 00:53:22 -0700 |
| commit | 144616456392d727501a2057a7fc3916418ffddb (patch) | |
| tree | aa0ac1aa2560549b37ae285d7e8d5c89c35892fb /Malmstone/Configuration.cs | |
| parent | 50877adf4583874381fb11f998e4f53abe8f6b4b (diff) | |
implement basic postmatch toast and chat message reports
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index e0d5a3c..a353e88 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -10,6 +10,10 @@ public class Configuration : IPluginConfiguration public int Version { get; set; } = 0; public int DefaultTargetRankProperty { get; set; } = 1; + public bool ShowProgressionToastPostMatch { get; set; } = true; + public bool ShowProgressionChatPostRW { get; set; } = true; + public bool ShowProgressionChatPostCC { get; set; } = true; + public bool ShowProgressionChatPostFL { get; set; } = true; // the below exist just to make saving less cumbersome public void Save() |
