mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -5,6 +5,7 @@ class LaterBaseController extends GetxController {
|
||||
RxBool enableMultiSelect = false.obs;
|
||||
RxInt checkedCount = 0.obs;
|
||||
|
||||
RxMap<LaterViewType, int> counts =
|
||||
{for (final item in LaterViewType.values) item: -1}.obs;
|
||||
RxMap<LaterViewType, int> counts = {
|
||||
for (final item in LaterViewType.values) item: -1,
|
||||
}.obs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user