Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Fix small bugs and update about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Timmermans committed Jul 11, 2023
1 parent 9adf6ea commit 3dab5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ Item {
height: donateLabel.height + units.gu(2)
Label {
id: donateLabel
text: "<a href='https://github.com/ruditimmermans/launcher-modular'>" + i18n.tr("SOURCE") + "</a> | <a href='https://github.com/ruditimmermans/launcher-modular/issues'>" + i18n.tr("ISSUES") "</a>"
text: "<a href='https://github.com/ruditimmermans/launcher-modular'>" + i18n.tr("SOURCE") + "</a> | <a href='https://github.com/ruditimmermans/launcher-modular/issues'>" + i18n.tr("ISSUES") + "</a> | <a href='https://wise.com/share/rudit24'>" + i18n.tr("DONATE") + "</a>"
onLinkActivated: Qt.openUrlExternally(link)
anchors.centerIn: parent
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
horizontalAlignment: Text.AlignHCenter
width: parent.width - units.gu(12)
color: "#ffffff"
}
}
}

Item {
width: parent.width
Expand Down

0 comments on commit 3dab5a6

Please sign in to comment.