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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-05 15:00:09 +0300
committerLukas Reschke <lukas@owncloud.com>2016-02-05 15:00:09 +0300
commit53e2736a65633b76911e70dad975c23ebfca707c (patch)
tree05e471182ee8fdaa4fa6b394c41b0b9b2545fb05 /settings
parent7dde2c773f4efee0094176fe76b2c64f4f74a1ea (diff)
Use SVG for desktop app button
For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index b00a5c5dd8a..fc0eb5ffaaf 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -170,7 +170,7 @@ if($_['passwordChangeSupported']) {
<div id="clientsbox" class="section clientsbox">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
- <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.png')); ?>"
+ <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.svg')); ?>"
alt="<?php p($l->t('Desktop client'));?>" />
</a>
<a href="<?php p($_['clients']['android']); ?>" target="_blank">