1
0

qml: disable drawer for now

This commit is contained in:
Sander van Grieken
2022-11-28 14:19:23 +01:00
parent 4fb010da1a
commit 31f30a9247

View File

@@ -62,7 +62,8 @@ ApplicationWindow
font.bold: true
MouseArea {
anchors.fill: parent
onClicked: walletSummary.toggle()
// TODO: disable for now
// onClicked: walletSummary.toggle()
}
}