Question : how to set a top most window ? thanks
vvw2wvv-live opened this issue · 1 comments
vvw2wvv-live commented
Question : how to set a top most window ? thanks
fschutt commented
Sorry for not responding faster.
A topmost window is created by setting the WindowCreateOptions.state.flags.is_always_on_top to true in the second argument of the App.run method.