Hello, is there a way to make a desktop app behave...
# compose-desktop
c
Hello, is there a way to make a desktop app behave like Jetbrains Toolbox. It's a floating window that can be opened or closed by clicking the tray icon or touch outside? And I also noticed its not a window. Am I wrong??
s
As far as I know Toolbox has a custom, proprietary C++ launcher to do this
a
We have
ApplicationScope.Tray
I don’t know how well it works, but it exists.
g
@אליהו הדס has a library for that https://github.com/kdroidFilter/ComposeNativeTray
2
❤️ 1
u
@Cherrio LLC Yes try my TrayApp api
👍 1
c
I use Elie's library in a production app! works good! the only weirdness I had is because i don't (always) want my app to show in the app switcher so there was some stuff i had to do to make that work.