mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Merge pull request #6897 from nextcloud/bugfix/mac-vfs-checkboxes
Fix clickable area of macOS VFS settings checkboxes
This commit is contained in:
commit
74700ed488
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ Column {
|
|||
|
||||
CheckBox {
|
||||
id: fastEnumerationEnabledCheckBox
|
||||
width: parent.width
|
||||
text: qsTr("Enable fast sync")
|
||||
checked: root.fastEnumerationEnabled
|
||||
onClicked: root.fastEnumerationEnabledToggled(checked)
|
||||
|
|
|
@ -78,7 +78,6 @@ Page {
|
|||
|
||||
CheckBox {
|
||||
id: vfsEnabledCheckBox
|
||||
Layout.fillWidth: true
|
||||
text: qsTr("Enable virtual files")
|
||||
checked: root.controller.vfsEnabledForAccount(root.accountUserIdAtHost)
|
||||
onClicked: root.controller.setVfsEnabledForAccount(root.accountUserIdAtHost, checked)
|
||||
|
|
Loading…
Reference in a new issue