1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-09-15 17:26:57 +00:00

feat (web): settings.requireValidation

feat (web): settings.oninitialize event
feat (web): allow optional embeded patches (will appear as checkboxes)
fix (web): allow null object as settings
This commit is contained in:
Marc Robledo 2024-08-14 20:16:14 +02:00
parent 9ec774421e
commit c5c39a7703
5 changed files with 270 additions and 117 deletions

View file

@ -356,6 +356,22 @@
#rom-patcher-container #rom-patcher-select-patch{
display:none
}
#rom-patcher-container #rom-patcher-select-patch.single{
background-image: none;
background-color: transparent;
color: inherit !important;
padding-left: 0;
}