mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
11 lines
166 B
QML
11 lines
166 B
QML
|
|
ImageButtonType {
|
||
|
|
x: 10
|
||
|
|
y: 10
|
||
|
|
width: 26
|
||
|
|
height: 20
|
||
|
|
icon.source: "qrc:/images/arrow_left.png"
|
||
|
|
onClicked: {
|
||
|
|
UiLogic.closePage()
|
||
|
|
}
|
||
|
|
}
|