diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-17 02:07:37 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-17 02:07:37 -0700 |
| commit | bcd3b40ebace6bf6579ce431e606abff4396de4e (patch) | |
| tree | cb0cbceb3373bc3fea0ed4bc527568a95bac4635 /Malmstone/Windows/ConfigWindow.cs | |
| parent | 745b939bb15bf41725d4e86e65366a1a8793bbc7 (diff) | |
fix: update toast and chat notifications to consider ExtraLevel
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
| -rw-r--r-- | Malmstone/Windows/ConfigWindow.cs | 4 |
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(); |
