Skip to content

Commit

Permalink
Disable border on file provider settings page by default
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra authored and mgallien committed Dec 9, 2024
1 parent 97ec607 commit 942b326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/ui/FileProviderSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import com.nextcloud.desktopclient 1.0
Page {
id: root

property bool showBorder: true
property bool showBorder: false
property var controller: FileProviderSettingsController
property string accountUserIdAtHost: ""

Expand Down

0 comments on commit 942b326

Please sign in to comment.