Skip to content

Commit b9e7712

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 bcfbec0 commit b9e7712

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
@@ -589,6 +589,7 @@ Window {
589589
id: trayWindowAppsButton
590590
icon.source: "qrc:///client/theme/white/more-apps.svg"
591591
icon.color: UserModel.currentUser.headerTextColor
592+
visible: appsMenu.count
592593

593594
onClicked: {
594595
if(appsMenu.count <= 0) {

0 commit comments

Comments
 (0)