diff --git a/src/ui/dialogs/EmptyPopupDialog.py b/src/ui/dialogs/EmptyPopupDialog.py index 8cc84df..a505dad 100644 --- a/src/ui/dialogs/EmptyPopupDialog.py +++ b/src/ui/dialogs/EmptyPopupDialog.py @@ -1003,4 +1003,4 @@ class EmptyPopupDialog (QDialog ): else : if unique_key in self .globally_selected_creators : del self .globally_selected_creators [unique_key ] - self .fetch_posts_button .setEnabled (bool (self .globally_selected_creators )) + self .fetch_posts_button .setEnabled (bool (self .globally_selected_creators )) \ No newline at end of file