mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
tweaks (#1802)
* opt: uuid * tweak * opt: SlideDialog * mod: fvmrc [skip ci] * Revert "mod: fvmrc [skip ci]" This reverts commit500fd7f454. * Revert "opt: SlideDialog" This reverts commitb435a312a6. --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
34a839d9e2
commit
c40d794180
@@ -36,7 +36,7 @@ class BiliDownloadEntryInfo with MultiSelectData {
|
||||
|
||||
late String pageDirPath;
|
||||
late String entryDirPath;
|
||||
DownloadStatus? status;
|
||||
DownloadStatus status = .wait;
|
||||
|
||||
int get cid => source?.cid ?? pageData!.cid;
|
||||
|
||||
@@ -398,4 +398,6 @@ enum DownloadStatus {
|
||||
|
||||
final String message;
|
||||
const DownloadStatus(this.message);
|
||||
|
||||
bool get isDownloading => index <= 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user