summaryrefslogtreecommitdiff
path: root/gui/components/Help.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-10-04 10:45:24 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit2c45007c1582e6dc063dd271961503cacbc19805 (patch)
tree29afef37a9e7dc0f0b6df31b5aa4d7b59b682e5e /gui/components/Help.qml
parentc00c4c88c4a7ac06b6edc0251f21214ae5f7f1ab (diff)
[ui] scale ravens image
Diffstat (limited to 'gui/components/Help.qml')
-rw-r--r--gui/components/Help.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/components/Help.qml b/gui/components/Help.qml
index 460dde4..6148ece 100644
--- a/gui/components/Help.qml
+++ b/gui/components/Help.qml
@@ -21,10 +21,12 @@ ThemedPage {
text: getDummyLink(qsTr("Report a bug"))
onLinkActivated: Qt.openUrlExternally(issueTracker)
}
+ /* XXX needs implementation in the backend
Button {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Open logs")
}
+ */
}
function getDummyLink(text) {