opt SpringDescription

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 22:08:30 +08:00
parent dff6b6486d
commit 0a40d11133
7 changed files with 49 additions and 63 deletions

View File

@@ -376,7 +376,8 @@ List<SettingsModel> get videoSettings => [
title: '硬解模式',
initValues: Pref.hardwareDecoding.split(','),
values: {
for (final e in HwDecType.values) e.hwdec: '${e.hwdec}\n${e.desc}',
for (final e in HwDecType.values)
e.hwdec: '${e.hwdec}\n${e.desc}',
},
);
},