From: Matthieu Gallien Date: Wed, 17 May 2023 15:37:21 +0000 (+0200) Subject: do not color file details 3 dots button X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~42^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce9540a2529e233009cc850096b420fce5bef657;p=nextcloud-desktop.git do not color file details 3 dots button Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/tray/ActivityItemContent.qml b/src/gui/tray/ActivityItemContent.qml index b13eb6e68..5ff210449 100644 --- a/src/gui/tray/ActivityItemContent.qml +++ b/src/gui/tray/ActivityItemContent.qml @@ -238,7 +238,7 @@ Item { Layout.preferredHeight: Style.headerButtonIconSize Layout.alignment: Qt.AlignTop | Qt.AlignRight - icon.source: "image://svgimage-custom-color/more.svg" + "/" + Style.adjustedCurrentUserHeaderColor + icon.source: "image://svgimage-custom-color/more.svg" NCToolTip { text: qsTr("Open file details")