mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 14:25:55 +08:00
audio sschedule shutdown
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -238,9 +238,7 @@ SettingsModel getVideoFilterSelectModel({
|
||||
(values
|
||||
..addIf(!values.contains(value), value)
|
||||
..sort())
|
||||
.map(
|
||||
(e) => (e, suffix == null ? e.toString() : '$e $suffix'),
|
||||
)
|
||||
.map((e) => (e, suffix == null ? e.toString() : '$e $suffix'))
|
||||
.toList()
|
||||
..add((-1, '自定义')),
|
||||
),
|
||||
@@ -285,8 +283,8 @@ SettingsModel getVideoFilterSelectModel({
|
||||
if (result != -1) {
|
||||
value = result!;
|
||||
setState();
|
||||
onChanged?.call(result!);
|
||||
GStorage.setting.put(key, result);
|
||||
onChanged?.call(value);
|
||||
GStorage.setting.put(key, value);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user