continue settings
This commit is contained in:
parent
892d13ec99
commit
8287a1bce8
@ -202,13 +202,11 @@ class _MountSettingsWidgetState extends State<MountSettingsWidget> {
|
|||||||
} else if (key == "OnlineCheckRetrySeconds") {
|
} else if (key == "OnlineCheckRetrySeconds") {
|
||||||
_addIntSetting(commonSettings, _settings, key, value);
|
_addIntSetting(commonSettings, _settings, key, value);
|
||||||
} else if (key == "PreferredDownloadType") {
|
} else if (key == "PreferredDownloadType") {
|
||||||
_addStringSetting(
|
_addListSetting(commonSettings, _settings, key, value, [
|
||||||
commonSettings,
|
"default",
|
||||||
_settings,
|
"direct",
|
||||||
key,
|
"ring_buffer",
|
||||||
value,
|
], Icons.download);
|
||||||
Icons.download,
|
|
||||||
);
|
|
||||||
} else if (key == "RetryReadCount") {
|
} else if (key == "RetryReadCount") {
|
||||||
_addIntSetting(commonSettings, _settings, key, value);
|
_addIntSetting(commonSettings, _settings, key, value);
|
||||||
} else if (key == "RingBufferFileSize") {
|
} else if (key == "RingBufferFileSize") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user