mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
2d52cae4c5
commit
a278901903
@ -882,6 +882,7 @@ class Application(QApplication):
|
|||||||
# icon is not used.
|
# icon is not used.
|
||||||
'TitleBarCloseButton': u'window-close.png',
|
'TitleBarCloseButton': u'window-close.png',
|
||||||
'TitleBarNormalButton': u'window-close.png',
|
'TitleBarNormalButton': u'window-close.png',
|
||||||
|
'DockWidgetCloseButton': u'window-close.png',
|
||||||
}.iteritems():
|
}.iteritems():
|
||||||
if v not in pcache:
|
if v not in pcache:
|
||||||
p = I(v)
|
p = I(v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user