fix back button on SelectLanguageDrawer

This commit is contained in:
Cyril Anisimov 2024-12-20 02:26:05 +01:00
parent b29b5962d2
commit 53aa14a2ee

View file

@ -32,9 +32,6 @@ DrawerType2 {
id: backButton
Layout.fillWidth: true
Layout.topMargin: 16
Layout.rightMargin: 16
Layout.leftMargin: 16
backButtonImage: "qrc:/images/controls/arrow-left.svg"
backButtonFunction: function() { root.closeTriggered() }