1 Commits

Author SHA1 Message Date
Yuvi9587
2785fc1121 Update EmptyPopupDialog.py 2025-07-19 20:27:55 -07:00

View File

@@ -1003,4 +1003,4 @@ class EmptyPopupDialog (QDialog ):
else : else :
if unique_key in self .globally_selected_creators : if unique_key in self .globally_selected_creators :
del self .globally_selected_creators [unique_key ] 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 ))