aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Plugin.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-03 16:36:53 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-03 16:36:53 -0700
commit04b359033329d4bcd21b574e601601ffff135ff5 (patch)
tree49a91a0ae1490209e2d29c48b37d230111036d09 /Malmstone/Plugin.cs
parent49b0ad40b51845bbbde68a4133f2b15414cebade (diff)
move post match toast notification to record presetup
- fixes and simplifies issue with managing different config combinations
Diffstat (limited to 'Malmstone/Plugin.cs')
-rw-r--r--Malmstone/Plugin.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs
index 4a387ec..b2cfde7 100644
--- a/Malmstone/Plugin.cs
+++ b/Malmstone/Plugin.cs
@@ -49,6 +49,8 @@ public sealed class Plugin : IDalamudPlugin
PvPAddon.EnableRivalWingsPostMatch();
if (Configuration.ShowProgressionChatPostFL)
PvPAddon.EnableFrontlinePostMatch();
+ if (Configuration.ShowProgressionToastPostMatch)
+ PvPAddon.EnablePostMatchProgressionToast();
if (Configuration.PostmatchProgressionToastType < 0 || Configuration.PostmatchProgressionToastType > 2)
{
Configuration.PostmatchProgressionToastType = 0;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage