aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/ConfigWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-17 02:09:46 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-17 02:09:46 -0700
commit880e621b92574f79c2db16a73eb18b6a01249936 (patch)
treea12e96f7403712eb363fc7acff08048296e09b86 /Malmstone/Windows/ConfigWindow.cs
parentbcd3b40ebace6bf6579ce431e606abff4396de4e (diff)
1.0.7.0v1.0.7.0
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
-rw-r--r--Malmstone/Windows/ConfigWindow.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Malmstone/Windows/ConfigWindow.cs b/Malmstone/Windows/ConfigWindow.cs
index 7b61334..a4df91c 100644
--- a/Malmstone/Windows/ConfigWindow.cs
+++ b/Malmstone/Windows/ConfigWindow.cs
@@ -294,7 +294,8 @@ public class ConfigWindow : Window, IDisposable
if (ImGui.IsItemHovered())
{
ImGui.BeginTooltip();
- ImGui.Text("Show plugin tracked Series Level in the PVP Reward window (supports Series Levels above 30)");
+ ImGui.Text("Show plugin tracked Series Level in the PVP Reward window (supports Series Levels above 30)" +
+ "\n[This modifies the game's native UI]");
ImGui.EndTooltip();
}
ImGui.SameLine();
@@ -313,7 +314,8 @@ public class ConfigWindow : Window, IDisposable
if (ImGui.IsItemHovered())
{
ImGui.BeginTooltip();
- ImGui.Text("Show plugin tracked Series Level in the PVP Profile window (supports Series Levels above 30)");
+ ImGui.Text("Show plugin tracked Series Level in the PVP Profile window (supports Series Levels above 30)" +
+ "\n[This modifies the game's native UI]");
ImGui.EndTooltip();
}
ImGui.SameLine();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage