Skip to content

Commit a270100

Browse files
committed
Fix comment
1 parent b6217a1 commit a270100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomizePlus/UI/Windows/MainWindow/Tabs/SettingsTab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ private void DrawSupportButtons()
386386
_changeLog.Changelog.ForceOpen = true;
387387
}
388388

389-
/// <summary> Draw a button to open the official discord server. </summary>
389+
/// <summary> Draw a button to open some url. </summary>
390390
private void DrawUrlButton(string text, string url, uint buttonColor, float width)
391391
{
392392
using var color = ImRaii.PushColor(ImGuiCol.Button, buttonColor);

0 commit comments

Comments
 (0)