donate-screen: add hyprperks mentions
Some checks failed
Build / nix (push) Has been cancelled

This commit is contained in:
Vaxry 2025-07-29 22:10:01 +02:00
parent b13c7481e3
commit b308a818b9
Signed by: vaxry
GPG key ID: 665806380871D640
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ void CDonateScreen::onButtonPress(QString buttonName) {
if (buttonName == "quit")
exit(0);
if (buttonName == "donate")
QDesktopServices::openUrl(QUrl("https://hyprland.org/support"));
QDesktopServices::openUrl(QUrl("https://account.hypr.land/pricing"));
}

View file

@ -62,7 +62,7 @@ ApplicationWindow {
Text {
color: system.windowText
text: "Hyprland is maintained by volunteers, and led by one person in their free time.<br/>Your support is valuable, and helps fund Hyprland's continued existence.<br/><br/>You can donate once, or monthly, and it takes less than 5 minutes."
text: "Hyprland is maintained by volunteers, and led by one person in their free time.<br/>Your support is valuable, and helps fund Hyprland's continued existence.<br/><br/>You can donate once, or monthly, and it takes less than 5 minutes.<br/>We also have Hyprperks, which is 5€ + tax / mo, and gives you access to a few \"Thank you\" goodies from us."
Layout.alignment: Qt.AlignHCenter
horizontalAlignment: Text.AlignHCenter
textFormat: TextEdit.RichText