mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
show fullscreen qa btn
Closes #1081 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -198,7 +198,7 @@ class Pref {
|
||||
|
||||
static int get defaultVideoQa => _setting.get(
|
||||
SettingBoxKey.defaultVideoQa,
|
||||
defaultValue: VideoQuality.values.last.code,
|
||||
defaultValue: VideoQuality.super8k.code,
|
||||
);
|
||||
|
||||
static int get defaultVideoQaCellular => _setting.get(
|
||||
@@ -208,7 +208,7 @@ class Pref {
|
||||
|
||||
static int get defaultAudioQa => _setting.get(
|
||||
SettingBoxKey.defaultAudioQa,
|
||||
defaultValue: AudioQuality.values.last.code,
|
||||
defaultValue: AudioQuality.hiRes.code,
|
||||
);
|
||||
|
||||
static int get defaultAudioQaCellular => _setting.get(
|
||||
|
||||
Reference in New Issue
Block a user