Skip to content

Commit 15f8595

Browse files
committed
Add apps using Compose Native Tray section to README
1 parent b95ded7 commit 15f8595

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
- [Theme Behavior](#theme-behavior)
6262
- [ProGuard / R8](#proguard--r8)
6363
- [🧪 TrayApp (Experimental)](#-trayapp-experimental)
64+
- [📱 Apps Using Compose Native Tray](#-apps-using-compose-native-tray)
6465
- [📄 License](#-license)
6566
- [🤝 Contribution](#-contribution)
6667
- [👨‍💻 Author](#-author)
@@ -681,6 +682,15 @@ TrayApp(
681682
* **Title & icon matter:** set `windowsTitle` and `windowIcon`. Even with undecorated UIs, Linux desktop environments often show a dock/taskbar entry; providing a title/icon prevents generic placeholders and improves discoverability.
682683

683684
---
685+
686+
## 📱 Apps Using Compose Native Tray
687+
688+
| App | Description |
689+
|-----|-------------|
690+
| [AB Download Manager](https://github.com/amir1376/ab-download-manager) | A desktop download manager |
691+
692+
> If your app uses Compose Native Tray, feel free to open a PR to add it here!
693+
684694
## 📄 License
685695

686696
This library is licensed under the MIT License. The Linux module uses Apache 2.0

0 commit comments

Comments
 (0)