mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
[Feature] Support for configurable currency icons (#1422)
* Add support for configurable currency icons * Remove unused plain style * Changed so that icons don't have to have an icon --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
f60792f714
commit
9b4249b100
9 changed files with 101 additions and 24 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<div>
|
||||
<div class="displayed-icon">
|
||||
<i class="{{currentIcon}}" inert></i>
|
||||
</div>
|
||||
<span>{{localize "DAGGERHEART.SETTINGS.Homebrew.currency.iconName"}} (<em>{{localize "DAGGERHEART.SETTINGS.Homebrew.currency.iconNameHint"}}</em>)</span>
|
||||
<div class="input-row">
|
||||
<input type="text" name="icon" value="{{currentIcon}}" />
|
||||
<button type="button" data-action="reset" class="plain icon fa-solid fa-redo"></button>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue