window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

buggy on macos

Open sgehrman opened this issue 1 year ago • 10 comments

close() doesn't work if setClosable(false)

setTitleBarStyle(TitleBarStyle.hidden); doesn't work

setSize() doesn't work

Is there a usable fork? This is pathetic. Bugs on Linux and macOS (I haven't tested windows)

Also, on linux, if you setResizable(false), you can't call setSize(). I just don't want it resizable in the UI. Programmatically I should be able to setSize.

sgehrman avatar Nov 15 '22 08:11 sgehrman