diff --git a/dropship.py b/dropship.py index eb9347c..0fc7549 100644 --- a/dropship.py +++ b/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)