Add a generic helper app to display settings menus similar to how Foundry does by default, but without the category selector
This commit is contained in:
parent
523d9c1da2
commit
28d0105397
3 changed files with 200 additions and 0 deletions
8
templates/OFTSettingsMenu/footer.hbs
Normal file
8
templates/OFTSettingsMenu/footer.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<footer class="form-footer">
|
||||
<button
|
||||
type="submit"
|
||||
>
|
||||
<i class="fa-solid fa-floppy-disk" inert aria-hidden="true"></i>
|
||||
{{localize "SETTINGS.Save"}}
|
||||
</button>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue