diff --git a/picard/tagger.py b/picard/tagger.py index 4f77faf22..cc7faa3a4 100644 --- a/picard/tagger.py +++ b/picard/tagger.py @@ -445,6 +445,8 @@ class Tagger(QtGui.QApplication): def check_donation_status(self): if (self.config.setting["username"]): self.xmlws.get_user(self._check_donation_status) + else: + self.window.show_nag_screen() def remove_files(self, files, from_parent=True): """Remove files from the tagger."""