turn off webview cache to reduce memory footprint

This commit is contained in:
Damien Elmes 2017-06-22 17:06:24 +10:00
parent aa77df0805
commit 7d86984a12

View file

@ -77,7 +77,7 @@ class AnkiWebView(QWebEngineView):
self.keyEventDelegate = None
self._page.profile().setHttpCacheType(QWebEngineProfile.MemoryHttpCache)
self._page.profile().setHttpCacheType(QWebEngineProfile.NoCache)
self.resetHandlers()
self.allowDrops = False
QShortcut(QKeySequence("Esc"), self,