fixed isBottomPanel for new panels in settings

This commit is contained in:
Rikard Braathen 2020-01-21 14:47:09 +01:00
parent 074f5dbc4a
commit 727eb9326e
No known key found for this signature in database
GPG Key ID: BB568D1A81F6A965

View File

@ -534,7 +534,6 @@ Flickable {
StyledExpansionPanel {
label: Qt.platform.os === "osx" ? "Menu Bar" : "System Tray"
description: qsTr("Configure where and how the application is visible.")
isBottomPanel: true
ColumnLayout {
CheckBox {
@ -570,6 +569,7 @@ Flickable {
description: qsTr("Delete all saved passwords.")
isEnabled: false
visible: true
isBottomPanel: true
toolButtonIcon: "../images/delete.svg"
toolButtonToolTip: qsTr("Clear")
toolButton.onClicked: navigator.confirm({