diff --git a/appinfo/info.xml b/appinfo/info.xml index 7f50ed31a05ba76a7330a09e1e6c3e10d27120ea..7f66f06de6cddb9854b164707e4b225f7aaa848d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Murena Dashboard Murena Dashboard - 2.0.3 + 2.0.4 agpl Murena MurenaDashboard diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index f17549f812bad73cbce8f5027b1d22f5d892a1f4..a2461d39e4a29bb1966829b644403f54ac1b655a 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -50,17 +50,17 @@ class AppsService { $onlyOfficeEntries = array( array( "id" => "onlyoffice_docx", - "icon" => $this->urlGenerator->imagePath('core', 'filetypes/x-office-document.svg'), + "icon" => $this->urlGenerator->imagePath('onlyoffice', 'docx/app-color.svg'),, "name" => $l->t("Document"), ), array( "id" => "onlyoffice_xlsx", - "icon" => $this->urlGenerator->imagePath('core', 'filetypes/x-office-spreadsheet.svg'), + "icon" => $this->urlGenerator->imagePath('onlyoffice', 'xlsx/app-color.svg'), "name" => $l->t("Spreadsheet"), ), array( "id" => "onlyoffice_pptx", - "icon" => $this->urlGenerator->imagePath('core', 'filetypes/x-office-presentation.svg'), + "icon" => $this->urlGenerator->imagePath('onlyoffice', 'pptx/app-color.svg'), "name" => $l->t("Presentation"), ), );