Files
amnezia-client/client/ui/qml/Controls/BackButton.qml
T

11 lines
166 B
QML
Raw Normal View History

2021-09-08 15:09:16 +03:00
ImageButtonType {
x: 10
y: 10
width: 26
height: 20
icon.source: "qrc:/images/arrow_left.png"
onClicked: {
UiLogic.closePage()
}
}