Is it possible in Compose to set a window to alway...
# compose-desktop
j
Is it possible in Compose to set a window to always be on top? (electron equivalent: https://www.electronjs.org/docs/latest/api/browser-window#winsetalwaysontopflag-level-relativelevel)
k
There's
Window.setAlwaysOnTop
in the underlying AWT API surface
👆 1