Skip to content

Commit

Permalink
Fix invalid reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Sep 17, 2024
1 parent fb56e05 commit 0494a44
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions source/creator/windows/welcome.d
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,16 @@ protected:
static if (INC_RT_SHOW_DONATION_LINKS) {
igNewLine();
igNewLine();
static if (InDemo) {
if (incTextLinkWithIcon("", _("Buy a copy"))) {
incOpenLink(INC_INFO_BUY_URL);
}
if (incTextLinkWithIcon("", _("Buy a copy"))) {
incOpenLink(INC_INFO_BUY_URL);
}

if (incTextLinkWithIcon("", _("Patreon"))) {
incOpenLink("https://www.patreon.com/LunaFoxgirlVT");
}
if (incTextLinkWithIcon("", _("Patreon"))) {
incOpenLink("https://www.patreon.com/LunaFoxgirlVT");
}

if (incTextLinkWithIcon("", _("Github Sponsors"))) {
incOpenLink("https://github.com/sponsors/LunaTheFoxgirl/");
}
if (incTextLinkWithIcon("", _("Github Sponsors"))) {
incOpenLink("https://github.com/sponsors/LunaTheFoxgirl/");
}
}
igUnindent();
Expand Down

0 comments on commit 0494a44

Please sign in to comment.