bugfix: fixed visability of share drawer

This commit is contained in:
vladimir.kuznetsov 2025-02-15 13:57:44 +07:00
parent 25d759374c
commit 52c12940c4
4 changed files with 0 additions and 7 deletions

View file

@ -26,8 +26,6 @@ DrawerType2 {
property string copyButtonText: qsTr("Copy")
property bool showSettingsButtonVisible: true
property bool contentVisible
property string configExtension: ".vpn"
property string configCaption: qsTr("Save AmneziaVPN config")
property string configFileName: "amnezia_config"
@ -75,8 +73,6 @@ DrawerType2 {
header: ColumnLayout {
width: listView.width
visible: root.contentVisible
BasicButtonType {
id: shareButton
Layout.fillWidth: true