mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
remove version from titlebar
This commit is contained in:
parent
82cf0173a3
commit
7b34084367
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue