Bugfix: invalid cache status in incognito windows

This commit is contained in:
Christian Semmler 2026-01-03 14:50:54 -07:00
parent 572219f703
commit d6588e2a23
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

3
app.js
View File

@ -553,6 +553,9 @@ document.addEventListener('DOMContentLoaded', function () {
});
navigator.serviceWorker.addEventListener('message', handleServiceWorkerMessage);
navigator.serviceWorker.addEventListener('controllerchange', () => {
checkInitialCacheStatus();
});
}
else {
configManager.init().then(() => {