From bcd3b40ebace6bf6579ce431e606abff4396de4e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 17 Sep 2024 02:07:37 -0700 Subject: fix: update toast and chat notifications to consider ExtraLevel --- Malmstone/Windows/ConfigWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Malmstone/Windows') diff --git a/Malmstone/Windows/ConfigWindow.cs b/Malmstone/Windows/ConfigWindow.cs index 1174940..7b61334 100644 --- a/Malmstone/Windows/ConfigWindow.cs +++ b/Malmstone/Windows/ConfigWindow.cs @@ -298,7 +298,7 @@ public class ConfigWindow : Window, IDisposable ImGui.EndTooltip(); } ImGui.SameLine(); - ImGui.Text("Show true Series Level in PVP Reward window"); + ImGui.Text("Show Series Level Above 30 in PVP Reward window"); var showTrueSeriesLevelPVPProfile = Configuration.ShowTrueSeriesLevelPVPProfile; if (ImGui.Checkbox("##ShowTrueSeriesLevelPVPProfile", ref showTrueSeriesLevelPVPProfile)) @@ -317,7 +317,7 @@ public class ConfigWindow : Window, IDisposable ImGui.EndTooltip(); } ImGui.SameLine(); - ImGui.Text("Show true Series Level in PVP Profile window"); + ImGui.Text("Show Series Level Above 30 in PVP Profile window"); ImGui.EndTabItem(); -- cgit v1.2.3