Skip to content

Commit

Permalink
Ensure colour of featured app icon is consistent with other header bu…
Browse files Browse the repository at this point in the history
…ttons

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and backportbot[bot] committed Dec 9, 2024
1 parent ed8f778 commit 49d4d81
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 49d4d81

Please sign in to comment.