mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Compress share page tab button width and height when sharing API is disabled
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
bccdb0e8f7
commit
c1b2e07e8c
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ Page {
|
|||
}
|
||||
|
||||
NCTabButton {
|
||||
width: visible ? implicitWidth : 0
|
||||
height: visible ? implicitHeight : 0
|
||||
svgCustomColorSource: "image://svgimage-custom-color/share.svg"
|
||||
text: qsTr("Sharing")
|
||||
checked: swipeView.currentIndex === shareViewLoader.swipeIndex
|
||||
|
|
Loading…
Reference in a new issue