mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
6 lines
193 B
Dart
6 lines
193 B
Dart
String getIconUrl(String name, String lang) {
|
|
return name.isEmpty
|
|
? ""
|
|
: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-$lang-$name.png';
|
|
}
|