mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 07:04:02 +00:00
Always nag people without MB login
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user