1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

offline use

This commit is contained in:
zumbiepig
2024-08-19 17:19:13 -07:00
parent eb738e6bd8
commit 7d529426fc
2 changed files with 3 additions and 0 deletions

View File

@@ -311,6 +311,8 @@ if (window.location.pathname === '/') {
if (storage.local.get('offlineCache') === true) {
serviceworker.register();
} else {
serviceworker.unregister();
}
} else {
document.addEventListener('DOMContentLoaded', () => {