Compare commits

...

2 Commits

Author SHA1 Message Date
e725592ef1 remove patch checkbox for now 2023-05-04 21:05:01 +02:00
6bc0b215d7 change action button links 2023-05-04 21:04:48 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ let lastActivity = {
buttons: [
{
label: "Download the Launcher",
url: "https://ez-pp.farm/download"
url: "https://git.ez-pp.farm/EZPPFarm/EZPPLauncher/releases/latest"
},
{
label: "Join EZPPFarm",
url: "https://discord.com/invite/g8Bh7RaKPg"
url: "https://ez-pp.farm/discord"
}
],
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">
<div class="patch-checkbox" style="display: none;">
<input type="checkbox" id="enablePatching" disabled/>
<label for="enablePatching" style="display: initial;">enable Patching</label>
</div>