mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
fix download path settings
This commit is contained in:
@@ -137,6 +137,11 @@ class Tag {
|
||||
final String? translatedName;
|
||||
|
||||
const Tag(this.name, this.translatedName);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return "$name${translatedName == null ? "" : "($translatedName)"}";
|
||||
}
|
||||
}
|
||||
|
||||
class IllustImage {
|
||||
|
Reference in New Issue
Block a user