mirror of
https://github.com/stashapp/stash.git
synced 2025-12-29 19:52:54 +01:00
Accept svg for tag images in file selector (#1778)
* Accept svg for tag images
This commit is contained in:
parent
b957a87a78
commit
479bd438df
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
* Added sv-SE language option. ([#1691](https://github.com/stashapp/stash/pull/1691))
|
||||
|
||||
### 🐛 Bug fixes
|
||||
* Accept svg files in file selector for tag images. ([#1778](https://github.com/stashapp/stash/pull/1778))
|
||||
* Fix criteria being incorrectly applied when clicking back button. ([#1765](https://github.com/stashapp/stash/pull/1765))
|
||||
* Show first page and fix order direction not being maintained when clicking on card popover button. ([#1765](https://github.com/stashapp/stash/pull/1765))
|
||||
* Fix panic in autotagger when backslash character present in tag/performer/studio name. ([#1753](https://github.com/stashapp/stash/pull/1753))
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@ export const TagEditPanel: React.FC<ITagEditPanel> = ({
|
|||
setImage(null);
|
||||
}}
|
||||
onDelete={onDelete}
|
||||
acceptSVG
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue