From: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Date: Mon, 27 Apr 2020 06:06:58 +0000 (+0200) Subject: Added share icon from nc server repo, changed corresp. btn icon X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~198^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=671961e64185983bf308978a05e07517061f8f06;p=nextcloud-desktop.git Added share icon from nc server repo, changed corresp. btn icon Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 1761ccf5f..e4f74d2f3 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -630,7 +630,7 @@ Window { hoverEnabled: true visible: (path === "") ? false : true display: AbstractButton.IconOnly - icon.source: "qrc:///client/theme/public.svg" + icon.source: "qrc:///client/theme/share.svg" icon.color: "transparent" background: Rectangle { color: parent.hovered ? Style.lightHover : "transparent" diff --git a/theme.qrc b/theme.qrc index 491c602f0..8ec17e8b3 100644 --- a/theme.qrc +++ b/theme.qrc @@ -160,5 +160,6 @@ theme/colored/Nextcloud-icon.svg theme/colored/Nextcloud-sidebar.svg theme/add.svg + theme/share.svg diff --git a/theme/share.svg b/theme/share.svg new file mode 100644 index 000000000..f8256230a --- /dev/null +++ b/theme/share.svg @@ -0,0 +1 @@ + \ No newline at end of file