Skip to content

Commit

Permalink
Merge pull request #1722 from nextcloud/bugfix/noid/fix-missing-dashb…
Browse files Browse the repository at this point in the history
…oard-widget-icon

fix(dashboard): Fix missing dashboard icon
  • Loading branch information
nickvergessen authored Jul 12, 2024
2 parents 7c39afc + 3a766c7 commit 11d5565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Dashboard/ActivityWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use OCP\IDateTimeFormatter;
use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Util;

class ActivityWidget implements IAPIWidget, IButtonWidget, IIconWidget, IReloadableWidget {
private Data $data;
Expand Down Expand Up @@ -95,6 +96,7 @@ public function getUrl(): ?string {
* @inheritDoc
*/
public function load(): void {
Util::addStyle('activity', 'style');
}

/**
Expand Down

0 comments on commit 11d5565

Please sign in to comment.