🛠️ Support ".gif" for Images

* Added support for ".gif" (without animation)
This commit is contained in:
Acclorite 2025-02-08 21:26:45 +02:00
parent 7ac83f933d
commit 804c7d24a9

View file

@ -19,5 +19,6 @@ fun Constants.provideExtensions() = listOf(
fun Constants.provideImageExtensions() = listOf(
".png",
".jpg",
".jpeg"
".jpeg",
".gif"
)