mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
feat: do not modify buildin downloader
This commit is contained in:
@@ -290,6 +290,10 @@ class DownloadClient {
|
||||
data["remove_failed_downloads"] = removeFailedDownloads;
|
||||
return data;
|
||||
}
|
||||
|
||||
bool idExists() {
|
||||
return id != null && id != 0;
|
||||
}
|
||||
}
|
||||
|
||||
class StorageSettingData extends AutoDisposeAsyncNotifier<List<Storage>> {
|
||||
|
||||
Reference in New Issue
Block a user