mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 10:06:29 +01:00
bypass cache on reload
This commit is contained in:
parent
d8281cad6b
commit
ecaa920e06
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ def sizeHint(self):
|
|||
return self._size_hint
|
||||
|
||||
def refresh(self):
|
||||
self.pageAction(QWebEnginePage.Reload).trigger()
|
||||
self.pageAction(QWebEnginePage.ReloadAndBypassCache).trigger()
|
||||
|
||||
@property
|
||||
def bridge(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue