mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 04:08:57 +02:00
Show icons in tools menu
This commit is contained in:
parent
18f41e14e6
commit
730e18748c
4 changed files with 52 additions and 49 deletions
|
@ -246,9 +246,10 @@ final class TreeViewNode implements JsonSerializable
|
|||
/**
|
||||
* @param string|null $icon
|
||||
*/
|
||||
public function setIcon(?string $icon): void
|
||||
public function setIcon(?string $icon): self
|
||||
{
|
||||
$this->icon = $icon;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue