mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 04:22:39 +08:00
show fullscreen qa btn
Closes #1081 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -372,9 +372,9 @@ class PageUtils {
|
||||
EnableManual(
|
||||
aspectRatio: aspectRatio.fitsInAndroidRequirements
|
||||
? aspectRatio
|
||||
: width > height
|
||||
? const Rational.landscape()
|
||||
: const Rational.vertical(),
|
||||
: height > width
|
||||
? const Rational.vertical()
|
||||
: const Rational.landscape(),
|
||||
),
|
||||
);
|
||||
} else {
|
||||
|
||||
@@ -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