aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/ConfigWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-17 02:07:37 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-17 02:07:37 -0700
commitbcd3b40ebace6bf6579ce431e606abff4396de4e (patch)
treecb0cbceb3373bc3fea0ed4bc527568a95bac4635 /Malmstone/Windows/ConfigWindow.cs
parent745b939bb15bf41725d4e86e65366a1a8793bbc7 (diff)
fix: update toast and chat notifications to consider ExtraLevel
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
-rw-r--r--Malmstone/Windows/ConfigWindow.cs4
1 files changed, 2 insertions, 2 deletions
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();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage