Skip to content

Commit

Permalink
do not show button to see apps list when server has no applications
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed May 4, 2022
1 parent b6d42ab commit 02cecd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ Window {
id: trayWindowAppsButton
icon.source: "qrc:///client/theme/white/more-apps.svg"
icon.color: UserModel.currentUser.headerTextColor
visible: appsMenu.count

onClicked: {
if(appsMenu.count <= 0) {
Expand Down

0 comments on commit 02cecd0

Please sign in to comment.