mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
refactor: remove gif and bmp profile image mime
This commit is contained in:
parent
fbcacd7c39
commit
be5f045a06
@ -40,7 +40,7 @@ export const UserEditProfileModal = ({
|
|||||||
filters: [
|
filters: [
|
||||||
{
|
{
|
||||||
name: "Image",
|
name: "Image",
|
||||||
extensions: ["jpg", "jpeg", "png", "gif", "webp", "bmp"],
|
extensions: ["jpg", "jpeg", "png", "webp"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user