From 92a1d808ef34092a6ece304810f6d9a2f87b51b1 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 19 Feb 2024 14:12:34 +0800 Subject: [PATCH] Temporarily remove eviction dialog button until eviction works on extension side Signed-off-by: Claudio Cambra --- src/gui/macOS/ui/FileProviderStorageInfo.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/gui/macOS/ui/FileProviderStorageInfo.qml b/src/gui/macOS/ui/FileProviderStorageInfo.qml index 2830309b3098..918950723927 100644 --- a/src/gui/macOS/ui/FileProviderStorageInfo.qml +++ b/src/gui/macOS/ui/FileProviderStorageInfo.qml @@ -31,7 +31,7 @@ GridLayout { required property real remoteUsedStorage Layout.fillWidth: true - columns: 3 + columns: 2 EnforcedPlainTextLabel { Layout.row: 0 @@ -51,14 +51,6 @@ GridLayout { horizontalAlignment: Text.AlignRight } - CustomButton { - Layout.row: 0 - Layout.column: 2 - Layout.alignment: Layout.AlignRight | Layout.AlignVCenter - text: qsTr("Evict local copies...") - onPressed: root.evictDialogRequested() - } - ProgressBar { Layout.row: 1 Layout.columnSpan: root.columns