From 942b32601f6bfb4d32f13ffae5a85abeb7120b71 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 26 Nov 2024 14:35:40 +0800 Subject: [PATCH] Disable border on file provider settings page by default Signed-off-by: Claudio Cambra --- src/gui/macOS/ui/FileProviderSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/ui/FileProviderSettings.qml b/src/gui/macOS/ui/FileProviderSettings.qml index 35b51f43246b4..e7d2e1ee5fbd2 100644 --- a/src/gui/macOS/ui/FileProviderSettings.qml +++ b/src/gui/macOS/ui/FileProviderSettings.qml @@ -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: ""