v1.0.7.1: Remove Discord and Ko-fi links from in-game config

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-01 15:01:45 -05:00
parent d95884fe7d
commit 9f41c18c0b
6 changed files with 13 additions and 42 deletions
-6
View File
@@ -45,12 +45,6 @@ namespace HSUI.Interface
}
ImGuiHelper.DrawSeparator(1, 1);
ImGui.Text("To browse presets made by users of the HSUI community join our Discord and find the #profiles channel.");
if (ImGui.Button("HSUI Discord", new Vector2(560, 24)))
{
Utils.OpenUrl("https://discord.gg/xzde5qQayh");
}
// error modal
if (_errorMessage != null)