fix: make pystray a core dependency on Windows instead of optional extra
Lint & Test / test (push) Successful in 2m5s
Lint & Test / test (push) Successful in 2m5s
The tray icon should always appear on Windows, not only when installed with the [tray] extra.
This commit is contained in:
@@ -123,7 +123,6 @@ Screen capture from inside a container requires X11 access. Uncomment `network_m
|
||||
```bash
|
||||
pip install ".[perf]" # DXCam, BetterCam, WGC (Windows only)
|
||||
pip install ".[notifications]" # OS notification capture
|
||||
pip install ".[tray]" # System tray icon (Windows only)
|
||||
pip install ".[dev]" # pytest, black, ruff (development)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user