diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-02 20:34:32 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-02 20:34:32 -0700 |
| commit | fcecdca25688aca015d352602b7daf2610522d97 (patch) | |
| tree | 952e700ba4b76496140362dbc5bfd077ab12eeac /Malmstone/Configuration.cs | |
| parent | 5e12dcba54bb04586069eb38d3300ec3c395be1e (diff) | |
add configuration options for showing different toast types
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 a353e88..ce87dfd 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -10,6 +10,7 @@ public class Configuration : IPluginConfiguration public int Version { get; set; } = 0; public int DefaultTargetRankProperty { get; set; } = 1; + public int PostmatchProgressionToastType { get; set; } = 0; // 0 = normal, 1=quest, 2=error public bool ShowProgressionToastPostMatch { get; set; } = true; public bool ShowProgressionChatPostRW { get; set; } = true; public bool ShowProgressionChatPostCC { get; set; } = true; |
