1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

File input accept arguments on iOS must be mime types, not file extensions. This fixes issue #80.

This commit is contained in:
xenophile127 2024-09-09 10:33:13 -07:00
parent ee347e044c
commit 7be53fde93

View file

@ -83,7 +83,7 @@
<div class="row m-b" id="rom-patcher-row-file-patch"> <div class="row m-b" id="rom-patcher-row-file-patch">
<div class="text-right"><label for="rom-patcher-input-file-patch" data-localize="yes">Patch file:</label></div> <div class="text-right"><label for="rom-patcher-input-file-patch" data-localize="yes">Patch file:</label></div>
<div class="rom-patcher-container-input"> <div class="rom-patcher-container-input">
<input type="file" id="rom-patcher-input-file-patch" class="empty" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip" disabled /> <input type="file" id="rom-patcher-input-file-patch" class="empty" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip,application/octet-stream" disabled />
</div> </div>
</div> </div>
<div class="row m-b" id="rom-patcher-row-patch-description"> <div class="row m-b" id="rom-patcher-row-patch-description">