No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
4 additions and
0 deletions
-
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) |
|
|
|
|
|
|
|
|
|
|
|