mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
fixed isBottomPanel for new panels in settings
This commit is contained in:
parent
074f5dbc4a
commit
727eb9326e
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user