mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Update Serenitys guide address.
This commit is contained in:
parent
f915b73f8d
commit
3d7cf9fc93
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ public partial class ConfigWindow
|
||||||
|
|
||||||
private static void DrawGuideButton( float width )
|
private static void DrawGuideButton( float width )
|
||||||
{
|
{
|
||||||
const string address = @"https://penumbra.ju.mp";
|
const string address = @"https://reniguide.info/";
|
||||||
using var color = ImRaii.PushColor( ImGuiCol.Button, 0xFFCC648D )
|
using var color = ImRaii.PushColor( ImGuiCol.Button, 0xFFCC648D )
|
||||||
.Push( ImGuiCol.ButtonHovered, 0xFFB070B0 )
|
.Push( ImGuiCol.ButtonHovered, 0xFFB070B0 )
|
||||||
.Push( ImGuiCol.ButtonActive, 0xFF9070E0 );
|
.Push( ImGuiCol.ButtonActive, 0xFF9070E0 );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue