1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:44:49 +00:00

remove that

This commit is contained in:
zumbiepig 2024-08-21 16:42:30 -07:00
parent 873a396049
commit b2dd01cd05
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
2 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,6 @@
<!-- Don't forget to update launcherVersion and the changelog in main.js as well -->
<strong>MineXLauncher 1.5</strong>
<li>You can now install the launcher as a PWA web app</li>
<li>Ads have been added, join the Discord server to disable them</li>
<br />
<strong>MineXLauncher 1.4</strong>
<li>Added welcome and setup screen</li>

View File

@ -343,8 +343,7 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- You can now install the launcher as a PWA web app
- Ads have been added, join the Discord server to disable them`);
- You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});