mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
Merge pull request #525 from Yubico/isbottompanel-fix
fixed isBottomPanel for new panels in settings
This commit is contained in:
commit
6550ca77fe
@ -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