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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-12-21 17:44:40 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-21 17:47:57 +0300
commitc525d94235fb08ebe1184032d02d4157fda8887e (patch)
tree6d2f2cad6be3fc0fa6fafe0715187cf8bd508cf8 /src
parent1f11a3dd21a40b2adc5b32fc9ad7f0b1ea3bbb87 (diff)
Align ownCloud theme with branded themes
Diffstat (limited to 'src')
-rw-r--r--src/libsync/owncloudtheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/owncloudtheme.cpp b/src/libsync/owncloudtheme.cpp
index 3650bb6ee..4fc5f557e 100644
--- a/src/libsync/owncloudtheme.cpp
+++ b/src/libsync/owncloudtheme.cpp
@@ -58,7 +58,7 @@ QColor ownCloudTheme::wizardHeaderSubTitleColor() const
QIcon ownCloudTheme::wizardHeaderLogo() const
{
- return QIcon(QStringLiteral(":/client/ownCloud/theme/colored/wizard_logo.svg"));
+ return themeIcon(QStringLiteral("wizard_logo"), false, false, Theme::IconFallback::NoFallbackToCoreIcon);
}
QIcon ownCloudTheme::aboutIcon() const