Browse Source

Document that hack

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
52d3ec0fa6
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      dropship.py

4
dropship.py

@ -85,7 +85,11 @@ class DropShip:
log.info("Multiple file sending coming soon ™")
def on_quit(self, *args, **kwargs):
"""Quit the program."""
self.window.close()
# Note(decentral1se): this seems to be a hack but kinda works!?
# enabled by https://github.com/jhenstridge/asyncio-glib/pull/7
self._running.set_result(None)

Loading…
Cancel
Save