Ensure colour of featured app icon is consistent with other header buttons
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Thu, 5 Dec 2024 04:23:36 +0000 (12:23 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 9 Dec 2024 19:17:39 +0000 (20:17 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/TrayWindowHeader.qml

index 142a77eee63bfd85d9cfa55d6a0e8172bbcb83cb..10080212c1f56e3a5c05d86d3b6b976a8864d6c0 100644 (file)
@@ -81,7 +81,7 @@ Rectangle {
             Layout.fillHeight: true
 
             visible: UserModel.currentUser.isFeaturedAppEnabled
-            icon.source: UserModel.currentUser.featuredAppIcon + "/"
+            icon.source: UserModel.currentUser.featuredAppIcon + "/" + palette.windowText
             onClicked: UserModel.openCurrentAccountFeaturedApp()
 
             Accessible.role: Accessible.Button