mirror of
https://github.com/hyprwm/hyprland-qtutils.git
synced 2026-05-09 04:48:03 +02:00
This commit is contained in:
parent
b13c7481e3
commit
b308a818b9
2 changed files with 2 additions and 2 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue