Skip to content

Commit

Permalink
ui: help button
Browse files Browse the repository at this point in the history
  • Loading branch information
qblk committed Jan 21, 2025
1 parent 23a2d75 commit 3fed89e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions qml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ SET(QML_FILES
qml/JadeGenuineCheckingPage.qml
qml/PromoCard.qml
qml/ReceivePage.qml
qml/HelpButton.qml
)

if (GREEN_NO_RESOURCES)
Expand Down
7 changes: 7 additions & 0 deletions qml/HelpButton.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import QtQuick
import QtQuick.Controls

CircleButton {
id: self
icon.source: 'qrc:/svg2/help.svg'
}

0 comments on commit 3fed89e

Please sign in to comment.