You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see; I typed in fn:show into the doc search box and it doesn't show up for some reason. I looked at all the examples, and none of them use this function either; why is this?
The docs for kiss_ui::show_gui state
"The closure argument should initialize and call
.show()
."and the docs for kiss_ui::dialog::Dialog state
"This does not make the dialog appear on screen.
.show()
must be called after the dialog has been configured."There doesn't appear to be any
.show()
method though.The text was updated successfully, but these errors were encountered: