mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
hide splash before main window shown
This commit is contained in:
parent
579802303d
commit
35e28717d3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,6 @@ class AnkiQt(QMainWindow):
|
|||
self.setupAnchors()
|
||||
self.setupToolbar()
|
||||
self.setupProgressInfo()
|
||||
self.show()
|
||||
if sys.platform.startswith("darwin"):
|
||||
self.setUnifiedTitleAndToolBarOnMac(True)
|
||||
pass
|
||||
|
@ -78,6 +77,7 @@ class AnkiQt(QMainWindow):
|
|||
ui.utils.showWarning(_("Broken plugin:\n\n%s") %
|
||||
traceback.format_exc())
|
||||
ui.splash.hide()
|
||||
self.show()
|
||||
|
||||
def setupMainWindow(self):
|
||||
# main window
|
||||
|
|
Loading…
Reference in a new issue