Closed jwoertink closed 8 years ago
Thanks for bringing this up! I've changed the about
method to block (by calling wait_until_closed
) and updated the Readme to try to make it a little more clear.
Addressed in v0.1.5
Ah, ok. Awesome. Just updated, and I see those updates. Thanks!
Just testing this out, I made a file.
Then I ran
ruby app.rb
, and a dialog opened, then closed and the whole app exited withI was able to circumvent this by adding a
This seems to be the case for the examples in the README as well.