feat: AdaptiveConcurrencyController

This commit is contained in:
xkeyC
2025-12-05 22:06:55 +08:00
parent 3c60b5a2c1
commit 8898569067
13 changed files with 387 additions and 62 deletions

View File

@@ -153,7 +153,7 @@ class HomeDownloaderUI extends HookConsumerWidget {
const SizedBox(width: 32),
if (type != "stopped")
DropDownButton(
closeAfterClick: false,
closeAfterClick: true,
title: Padding(
padding: const EdgeInsets.all(3),
child: Text(S.current.downloader_action_options),

View File

@@ -42,7 +42,7 @@ final class HomeDownloaderUIModelProvider
}
String _$homeDownloaderUIModelHash() =>
r'567cf106d69ed24a5adb8d7f4ad9c422cf33dc1e';
r'bf7d095d761fff078de707562cf311c20db664d9';
abstract class _$HomeDownloaderUIModel
extends $Notifier<HomeDownloaderUIState> {