Skip to content

Commit

Permalink
Temporarily remove eviction dialog button until eviction works on ext…
Browse files Browse the repository at this point in the history
…ension side

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Feb 19, 2024
1 parent 28cfd8f commit 92a1d80
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/gui/macOS/ui/FileProviderStorageInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GridLayout {
required property real remoteUsedStorage

Layout.fillWidth: true
columns: 3
columns: 2

EnforcedPlainTextLabel {
Layout.row: 0
Expand All @@ -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
Expand Down

0 comments on commit 92a1d80

Please sign in to comment.