update android default hwdec

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-20 17:59:35 +08:00
parent 480bdffdaa
commit 9df9132be9
2 changed files with 6 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ abstract final class Pref {
static String get hardwareDecoding => _setting.get(
SettingBoxKey.hardwareDecoding,
defaultValue: Platform.isAndroid
? HwDecType.autoSafe.hwdec
? HwDecType.androidDefault
: HwDecType.auto.hwdec,
);