Skip to content

Commit

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

fix(dashboard): Fix missing dashboard icon
  • Loading branch information
nickvergessen authored Jul 11, 2024
2 parents 77441ac + ce243e4 commit e0644ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Dashboard/TalkWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserSession;
use OCP\Util;

class TalkWidget implements IAPIWidget, IIconWidget, IButtonWidget, IOptionWidget, IConditionalWidget, IReloadableWidget {

Expand Down Expand Up @@ -124,6 +125,7 @@ public function getUrl(): ?string {
* @inheritDoc
*/
public function load(): void {
Util::addStyle('spreed', 'icons');
}

public function getItems(string $userId, ?string $since = null, int $limit = 7): array {
Expand Down

0 comments on commit e0644ea

Please sign in to comment.