From b308a818b9dcaa7ab8ccab891c1b84ebde2152bc Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 29 Jul 2025 22:10:01 +0200 Subject: [PATCH] donate-screen: add hyprperks mentions --- utils/donate-screen/DonateScreen.cpp | 2 +- utils/donate-screen/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/donate-screen/DonateScreen.cpp b/utils/donate-screen/DonateScreen.cpp index 66c3ac5..719f293 100644 --- a/utils/donate-screen/DonateScreen.cpp +++ b/utils/donate-screen/DonateScreen.cpp @@ -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")); } diff --git a/utils/donate-screen/main.qml b/utils/donate-screen/main.qml index b3a99ef..0bfb218 100644 --- a/utils/donate-screen/main.qml +++ b/utils/donate-screen/main.qml @@ -62,7 +62,7 @@ ApplicationWindow { Text { color: system.windowText - text: "Hyprland is maintained by volunteers, and led by one person in their free time.
Your support is valuable, and helps fund Hyprland's continued existence.

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.
Your support is valuable, and helps fund Hyprland's continued existence.

You can donate once, or monthly, and it takes less than 5 minutes.
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