1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-20 07:46:06 -07:00
parent db8911dd9f
commit 3a6e6cfd93
2 changed files with 5 additions and 5 deletions

View File

@@ -311,8 +311,8 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- MineXLauncher now works offline!
- You can now install MineXLauncher as a PWA web app`);
- The launcher can now be downloaded for offline use
- You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});