Fixes
This commit is contained in:
parent
f1fc721894
commit
a6e2196214
10
src/PHPNative/UI/src/TrayIcon.php
Normal file
10
src/PHPNative/UI/src/TrayIcon.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPNative\UI;
|
||||||
|
|
||||||
|
class TrayIcon
|
||||||
|
{
|
||||||
|
public function __construct(public string $name = "", public string $iconLinux = "", public string $iconWindows = "", public string $iconDarwin = "")
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user