Skip to content

Commit 11d5565

Browse files
Merge pull request #1722 from nextcloud/bugfix/noid/fix-missing-dashboard-widget-icon
fix(dashboard): Fix missing dashboard icon
2 parents 7c39afc + 3a766c7 commit 11d5565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Dashboard/ActivityWidget.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use OCP\IDateTimeFormatter;
2323
use OCP\IL10N;
2424
use OCP\IURLGenerator;
25+
use OCP\Util;
2526

2627
class ActivityWidget implements IAPIWidget, IButtonWidget, IIconWidget, IReloadableWidget {
2728
private Data $data;
@@ -95,6 +96,7 @@ public function getUrl(): ?string {
9596
* @inheritDoc
9697
*/
9798
public function load(): void {
99+
Util::addStyle('activity', 'style');
98100
}
99101

100102
/**

0 commit comments

Comments
 (0)