mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6e14daac89
commit
953734320b
@ -115,7 +115,6 @@ def create_profile():
|
||||
ans.installUrlSchemeHandler(QByteArray(FAKE_PROTOCOL.encode('ascii')), url_handler)
|
||||
s = ans.settings()
|
||||
s.setDefaultTextEncoding('utf-8')
|
||||
s.setAttribute(s.FullScreenSupportEnabled, False)
|
||||
s.setAttribute(s.LinksIncludedInFocusChain, False)
|
||||
create_profile.ans = ans
|
||||
return ans
|
||||
|
Loading…
x
Reference in New Issue
Block a user