mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
profile name in title bar
This commit is contained in:
parent
04b010a6d1
commit
41d7f716bb
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ Are you sure?""")):
|
|||
self.resize(500, 400)
|
||||
# toolbar needs to be retranslated
|
||||
self.toolbar.draw()
|
||||
# titlebar
|
||||
self.setWindowTitle("Anki - " + self.pm.name)
|
||||
# show and raise window for osx
|
||||
self.show()
|
||||
self.activateWindow()
|
||||
|
|
Loading…
Reference in a new issue