From 130a7ffbd7740921ee6d9dae5eb65b5d53a77575 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 20 Jul 2024 05:56:34 +0700 Subject: [PATCH] Put "low-power" before "high-performance" --- src/utils/preferences.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/preferences.ts b/src/utils/preferences.ts index 5b419cb..5daa9dc 100644 --- a/src/utils/preferences.ts +++ b/src/utils/preferences.ts @@ -644,8 +644,8 @@ export class Preferences { default: 'default', options: { 'default': t('default'), - 'high-performance': t('high-performance'), 'low-power': t('low-power'), + 'high-performance': t('high-performance'), }, }, [PrefKey.VIDEO_SHARPNESS]: {