Skip to content

Commit

Permalink
Merge pull request #7629 from nextcloud/backport/7604/stable-3.15
Browse files Browse the repository at this point in the history
[stable-3.15] gui/tray: Ensure colour of featured app icon is consistent with other header buttons
  • Loading branch information
mgallien authored Dec 9, 2024
2 parents 2bce9ad + 4368939 commit de987dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/TrayWindowHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de987dc

Please sign in to comment.