1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

remove offline, uses too much bandwidth

This commit is contained in:
zumbiepig
2024-08-20 20:42:41 -07:00
parent 64c5c5b179
commit 9bedbf18f1
6 changed files with 41 additions and 39 deletions

View File

@@ -39,8 +39,8 @@
<option value="starfall">Starfall</option>
<option value="campfire">Campfire</option>
</select>
<label for="offline-checkbox">Enable offline use:</label>
<input type="checkbox" id="offline-checkbox" />
<!-- <label for="offline-checkbox">Enable offline use:</label>
<input type="checkbox" id="offline-checkbox" /> -->
<button type="submit" class="setup-submit">Submit</button>
</form>
</div>