Skip to content

Commit

Permalink
Merge pull request #7604 from nextcloud/bugfix/ai-button-colour
Browse files Browse the repository at this point in the history
gui/tray: Ensure colour of featured app icon is consistent with other header buttons
  • Loading branch information
mgallien authored Dec 9, 2024
2 parents 238aade + 2a29556 commit b421844
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 b421844

Please sign in to comment.