mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0fc7ae64ca
commit
84683803f1
@ -163,6 +163,7 @@ class SplashScreen(QSplashScreen):
|
||||
def __init__(self):
|
||||
self.drawn_once = False
|
||||
QSplashScreen.__init__(self, QPixmap(I('library.png')))
|
||||
self.setWindowTitle(__appname__)
|
||||
|
||||
def drawContents(self, painter):
|
||||
self.drawn_once = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user