mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
load illust with id; context menu
This commit is contained in:
@@ -233,6 +233,7 @@ class DownloadManager {
|
||||
}
|
||||
|
||||
void addDownloadingTask(Illust illust) {
|
||||
if(illust.downloaded || illust.downloading) return;
|
||||
var task = DownloadingTask(illust, receiveBytesCallback: receiveBytes, onCompleted: (task) {
|
||||
saveInfo(illust, task.imagePaths);
|
||||
tasks.remove(task);
|
||||
|
Reference in New Issue
Block a user