Browse Source

Use docstring

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

3
dropship.py

@ -106,8 +106,7 @@ class DropShip:
log.info("Multiple file sending coming soon ™")
def update_send_ui(self):
# UI response after adding files
"""Manage UI response after adding files."""
self.drop_label.set_visible(False)
self.drop_label.set_vexpand(False)
self.drop_spinner.set_vexpand(True)

Loading…
Cancel
Save