#51532: docs: clarify Linux quirks in Tray docs
Merged
Description of Change
This is a quirk I came across a bit ago and I think we should document it. The reason for this quick is that the Chromium SNI implementation which we rely on is only designed for one single Tray icon. Attempts to use it for additional icons will fail, and those failures fall back to GtkStatusIcon.
Checklist
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
Release Notes
Notes: none.
Backports
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron