From 2785fc1121efbd03c54cb5b27728e295e616b565 Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Sat, 19 Jul 2025 20:27:55 -0700 Subject: [PATCH] Update EmptyPopupDialog.py --- src/ui/dialogs/EmptyPopupDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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