mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
saveSession when cancelTask
This commit is contained in:
@@ -167,6 +167,7 @@ class DownloaderUIModel extends BaseUIModel {
|
||||
if (ok == true) {
|
||||
final aria2c = Aria2cManager.getClient();
|
||||
await aria2c.remove(gid);
|
||||
await Aria2cManager.getClient().saveSession();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user