Skip to content

Commit 65ce5af

Browse files
committed
do not show button to see apps list when server has no applications
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent b670f80 commit 65ce5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/tray/Window.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ Window {
530530
HeaderButton {
531531
id: trayWindowAppsButton
532532
icon.source: "qrc:///client/theme/white/more-apps.svg"
533+
visible: appsMenu.count
533534

534535
onClicked: {
535536
if(appsMenu.count <= 0) {

0 commit comments

Comments
 (0)