Make sure there is no temp history without datadir
This commit is contained in:
parent
789b9c9308
commit
446abefba5
@ -148,6 +148,7 @@ class WebHistory(QObject):
|
||||
if standarddir.data() is None:
|
||||
self._initial_read_done = True
|
||||
self.async_read_done.emit()
|
||||
assert not self._temp_history
|
||||
return
|
||||
|
||||
with self._lineparser.open():
|
||||
|
Loading…
Reference in New Issue
Block a user