1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Update index.html

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-09 21:45:24 -07:00 committed by GitHub
parent 22ae488d08
commit 41b3b4ee6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,8 @@
worlds is not yet supported. Please export them from worlds is not yet supported. Please export them from
Eaglercraft for now. Eaglercraft for now.
</p> </p>
<button onclick="backups.export()">Export backup</button> <button onclick="window.top.backups.export()">Export backup</button>
<button onclick="backups.import()">Import backup</button> <button onclick="window.top.backups.import()">Import backup</button>
</form> </form>
</div> </div>
</div> </div>