Compare commits

..

No commits in common. "e725592ef169a337f7ce9aae4fdc3face8fc1bc3" and "da1b05c9a1000901cbd0ee58482683294a67e357" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ let lastActivity = {
buttons: [
{
label: "Download the Launcher",
url: "https://git.ez-pp.farm/EZPPFarm/EZPPLauncher/releases/latest"
url: "https://ez-pp.farm/download"
},
{
label: "Join EZPPFarm",
url: "https://ez-pp.farm/discord"
url: "https://discord.com/invite/g8Bh7RaKPg"
}
],
instance: false,

View File

@ -64,7 +64,7 @@
</div>
<div class="launch-button-section">
<button class="btn btn-lg btn-launch btn-accent" id="launch-btn">Launch</button>
<div class="patch-checkbox" style="display: none;">
<div class="patch-checkbox">
<input type="checkbox" id="enablePatching" disabled/>
<label for="enablePatching" style="display: initial;">enable Patching</label>
</div>