mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
remove that
This commit is contained in:
parent
873a396049
commit
b2dd01cd05
@ -52,7 +52,6 @@
|
|||||||
<!-- Don't forget to update launcherVersion and the changelog in main.js as well -->
|
<!-- Don't forget to update launcherVersion and the changelog in main.js as well -->
|
||||||
<strong>MineXLauncher 1.5</strong>
|
<strong>MineXLauncher 1.5</strong>
|
||||||
<li>You can now install the launcher as a PWA web app</li>
|
<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 />
|
<br />
|
||||||
<strong>MineXLauncher 1.4</strong>
|
<strong>MineXLauncher 1.4</strong>
|
||||||
<li>Added welcome and setup screen</li>
|
<li>Added welcome and setup screen</li>
|
||||||
|
@ -343,8 +343,7 @@ if (window.location.pathname === '/') {
|
|||||||
alert(`MineXLauncher has been updated to v${launcherVersion}!
|
alert(`MineXLauncher has been updated to v${launcherVersion}!
|
||||||
|
|
||||||
Changes in v${launcherVersion}:
|
Changes in v${launcherVersion}:
|
||||||
- You can now install the launcher as a PWA web app
|
- You can now install the launcher as a PWA web app`);
|
||||||
- Ads have been added, join the Discord server to disable them`);
|
|
||||||
storage.local.set('lastVersion', launcherVersion);
|
storage.local.set('lastVersion', launcherVersion);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user