opt play all

Closes #1383

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-01 23:07:30 +08:00
parent 35df23194f
commit d9bff6237d
5 changed files with 73 additions and 29 deletions

View File

@@ -8,4 +8,6 @@ class LaterBaseController extends GetxController {
RxMap<LaterViewType, int> counts = {
for (final item in LaterViewType.values) item: -1,
}.obs;
late final RxBool isPlayAll = true.obs;
}