Skip to content

Commit

Permalink
Merge pull request #6897 from nextcloud/bugfix/mac-vfs-checkboxes
Browse files Browse the repository at this point in the history
Fix clickable area of macOS VFS settings checkboxes
  • Loading branch information
claucambra authored Jul 19, 2024
2 parents 0056a24 + 68bb62e commit 74700ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Column {

CheckBox {
id: fastEnumerationEnabledCheckBox
width: parent.width
text: qsTr("Enable fast sync")
checked: root.fastEnumerationEnabled
onClicked: root.fastEnumerationEnabledToggled(checked)
Expand Down
1 change: 0 additions & 1 deletion src/gui/macOS/ui/FileProviderSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74700ed

Please sign in to comment.