Fix comment

This commit is contained in:
RisaDev
2024-11-23 21:38:17 +03:00
parent b6217a1125
commit a27010007b

View File

@@ -386,7 +386,7 @@ public class SettingsTab
_changeLog.Changelog.ForceOpen = true; _changeLog.Changelog.ForceOpen = true;
} }
/// <summary> Draw a button to open the official discord server. </summary> /// <summary> Draw a button to open some url. </summary>
private void DrawUrlButton(string text, string url, uint buttonColor, float width) private void DrawUrlButton(string text, string url, uint buttonColor, float width)
{ {
using var color = ImRaii.PushColor(ImGuiCol.Button, buttonColor); using var color = ImRaii.PushColor(ImGuiCol.Button, buttonColor);