mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-20 09:03:50 +00:00
The GNOME AppIndicator extension delivers Activate with (0, 0) instead of real screen coordinates, which made the popover land in the top-left corner because the centering math treated the bogus origin as a legitimate anchor. Treat (0, 0) as no-anchor and reuse the top-right fallback the non-Linux path already uses, so the popover lands near the StatusNotifier area on hosts that don't pass coordinates. Also cfg-gate the Emitter import since it is only used in the non-Linux tray menu path. |
||
|---|---|---|
| .. | ||
| dist | ||
| Scripts | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tokens.json | ||
| tsconfig.json | ||
| vite.config.ts | ||