mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 自动恢复亮度
This commit is contained in:
@@ -238,7 +238,8 @@ class VideoDetailController extends GetxController
|
||||
/// 设置/恢复 屏幕亮度
|
||||
if (brightness != null) {
|
||||
ScreenBrightness().setScreenBrightness(brightness!);
|
||||
} else {
|
||||
} else if (setting.get(SettingBoxKey.enableAutoBrightness,
|
||||
defaultValue: false) as bool) {
|
||||
ScreenBrightness().resetScreenBrightness();
|
||||
}
|
||||
await plPlayerController.setDataSource(
|
||||
|
||||
Reference in New Issue
Block a user