Completely new to desktop development (in addition...
# compose-desktop
c
Completely new to desktop development (in addition to compose, but im a long time android dev) I'm trying to just build a button where onClick it posts a notification to my mac. Is that something that's supported through compose desktop apps, or do I have to look for some kind of swing library that knows how to do this? (never used swing either). I'm assuming that this might not be possible because notifications are handled by the OS and there doesn't seem to be some kind of java <> macOS interop library (unless my google skills are failing me?)
c
🤦 Thanks! Does anyone know what this line means? "You can send system notifications with Notifier without using the system tray." The gif shows notifications on mac using the system tray, no? Why does the docs say "without using the system tray"?
d
I guess it can but doesn't have to be a system tray.
c
i don't really understand... but it works! so thats enough for now.