Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-03-29 11:44:17 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2022-04-05 19:41:11 +0300
commita2e1c68c266edb75e535e004c486c3bd0529a5ae (patch)
tree65d1eec17a38b6e185445a885aefdff3887bbdd1
parent114abf552f20dbb8b15e2e3a7e81979f0a453444 (diff)
Fix broken activity icon and loading entries colour in unified search
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
-rw-r--r--src/gui/tray/Window.qml4
-rw-r--r--theme.qrc.in1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml
index 53cfda8a1..2b4ef3f8a 100644
--- a/src/gui/tray/Window.qml
+++ b/src/gui/tray/Window.qml
@@ -697,8 +697,8 @@ Window {
itemHeight: trayWindowBackground.Style.unifiedSearchItemHeight
titleFontSize: trayWindowBackground.Style.unifiedSearchResulTitleFontSize
sublineFontSize: trayWindowBackground.Style.unifiedSearchResulSublineFontSize
- titleColor: trayWindowBackground.Style.unifiedSearchResulTitleColor
- sublineColor: trayWindowBackground.Style.unifiedSearchResulSublineColor
+ titleColor: Style.ncTextColor
+ sublineColor: Style.ncSecondaryTextColor
iconColor: "#afafaf"
}
diff --git a/theme.qrc.in b/theme.qrc.in
index 6f42f5221..512dd3508 100644
--- a/theme.qrc.in
+++ b/theme.qrc.in
@@ -115,6 +115,7 @@
<file>theme/black/state-warning-64.png</file>
<file>theme/black/state-warning-128.png</file>
<file>theme/black/state-warning-256.png</file>
+ <file>theme/white/activity.svg</file>
<file>theme/white/bell.svg</file>
<file>theme/white/calendar.svg</file>
<file>theme/white/change.svg</file>