mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.4</span>
|
||||
<span>MineXLauncher 1.5</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@@ -33,7 +33,7 @@
|
||||
<img src="/resources/images/icons/nav/servers.webp" class="nav-icon" />
|
||||
<span class="nav-text">Server List</span>
|
||||
</li>
|
||||
<li class="nav-item" onclick="navigate.mods.mods()">
|
||||
<li class="nav-item" onclick="navigate.mods.client()">
|
||||
<img src="/resources/images/icons/nav/mods.webp" class="nav-icon" />
|
||||
<span class="nav-text">Mods</span>
|
||||
</li>
|
||||
@@ -50,6 +50,9 @@
|
||||
<div class="main-content">
|
||||
<div class="news-item">
|
||||
<!-- Don't forget to update launcherVersion and the changelog in main.js as well -->
|
||||
<strong>MineXLauncher 1.5</strong>
|
||||
<li>hello there</li>
|
||||
<br />
|
||||
<strong>MineXLauncher 1.4</strong>
|
||||
<li>Added welcome and setup screen</li>
|
||||
<li>Show changelog when MineXLauncher is updated</li>
|
||||
|
||||
Reference in New Issue
Block a user