dlgs
dlgs copied to clipboard
Message Dialogs
Is there any way to force the message dialogs to always appear on top of the application window?
Currently no, dlgs don't know if the app actually uses some window or is running from the terminal. Also, only windows platform uses API, Linux and macOS use external binary, and I don't think it is supported t pass window id, but will need to check this.