Skip to content

Commit 02cecd0

Browse files
committed
do not show button to see apps list when server has no applications
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent b6d42ab commit 02cecd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/tray/Window.qml

+1
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ Window {
572572
id: trayWindowAppsButton
573573
icon.source: "qrc:///client/theme/white/more-apps.svg"
574574
icon.color: UserModel.currentUser.headerTextColor
575+
visible: appsMenu.count
575576

576577
onClicked: {
577578
if(appsMenu.count <= 0) {

0 commit comments

Comments
 (0)