Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Nov 23, 2024
1 parent b6217a1 commit a270100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomizePlus/UI/Windows/MainWindow/Tabs/SettingsTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ private void DrawSupportButtons()
_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)
{
using var color = ImRaii.PushColor(ImGuiCol.Button, buttonColor);
Expand Down

0 comments on commit a270100

Please sign in to comment.