mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Merge pull request #260 from zandimna/patch-1
Change the order of elements on the window title
This commit is contained in:
commit
9396d74bf6
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ close the profile or restart Anki."""))
|
||||||
restoreGeom(self, "mainWindow")
|
restoreGeom(self, "mainWindow")
|
||||||
restoreState(self, "mainWindow")
|
restoreState(self, "mainWindow")
|
||||||
# titlebar
|
# titlebar
|
||||||
self.setWindowTitle("Anki - " + self.pm.name)
|
self.setWindowTitle(self.pm.name + " - Anki")
|
||||||
# show and raise window for osx
|
# show and raise window for osx
|
||||||
self.show()
|
self.show()
|
||||||
self.activateWindow()
|
self.activateWindow()
|
||||||
|
|
Loading…
Reference in a new issue