desktop_window icon indicating copy to clipboard operation
desktop_window copied to clipboard

stayOnTop not doing the same thing on every os

Open JustusFluegel opened this issue 3 years ago • 1 comments

stayOnTop is inconsistent across operating systems. On macOS it lets a window stay onTop of the parent window, but on linux and windows it pins a window at the top position of the z-stack, at least as far as I know

JustusFluegel avatar Jul 07 '21 15:07 JustusFluegel

I didn't test linux functionality, but Windows stayOnTop functions similar to macOS. stayOnTop(true) makes window to stay on top of other app windows. stayOnTop(false) enables other apps to be on top of ours.

mix1009 avatar Jul 08 '21 02:07 mix1009