diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index a2719a156..5217f52dc 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1616,7 +1616,7 @@ day = :d""", d=yesterday) def updateTitleBar(self): "Display the current deck and card count in the titlebar." - title=ankiqt.appName + " " + ankiqt.appVersion + title=ankiqt.appName if self.deck != None: deckpath = self.deck.name() if self.deck.modifiedSinceSave():