mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 18:20:24 +00:00
feat: AdaptiveConcurrencyController
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -42,7 +42,7 @@ final class HomeDownloaderUIModelProvider
|
||||
}
|
||||
|
||||
String _$homeDownloaderUIModelHash() =>
|
||||
r'567cf106d69ed24a5adb8d7f4ad9c422cf33dc1e';
|
||||
r'bf7d095d761fff078de707562cf311c20db664d9';
|
||||
|
||||
abstract class _$HomeDownloaderUIModel
|
||||
extends $Notifier<HomeDownloaderUIState> {
|
||||
|
||||
Reference in New Issue
Block a user