Roy Xie
Results
1
issues of
Roy Xie
### Describe the bug This has icons This has no icons ### Reproduction ```ts const appWindow = getCurrentWindow(); appWindow.listen("tauri://close-requested", () => { setDockVisibility(false); appWindow.hide(); }); const tray = await TrayIcon.getById("1");...
type: bug
priority: 3 low
platform: macOS
status: needs triage