Compare commits
2 Commits
da1b05c9a1
...
e725592ef1
Author | SHA1 | Date | |
---|---|---|---|
e725592ef1 | |||
6bc0b215d7 |
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user