Fix comment
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user