mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Added icons
This commit is contained in:
5
utils/utils.dart
Normal file
5
utils/utils.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
String getIconUrl(String name, String lang) {
|
||||
return name.isEmpty
|
||||
? ""
|
||||
: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-$lang-$name.png';
|
||||
}
|
||||
Reference in New Issue
Block a user