Merge pull request #525 from Yubico/isbottompanel-fix

fixed isBottomPanel for new panels in settings
This commit is contained in:
Dag Heyman 2020-01-22 13:37:05 +01:00 committed by GitHub
commit 6550ca77fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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({