mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
opt: live danmaku
This commit is contained in:
@@ -1035,7 +1035,7 @@ class PlPlayerController {
|
||||
Future<void> setBrightness(double brightness) async {
|
||||
try {
|
||||
this.brightness.value = brightness;
|
||||
ScreenBrightness().setScreenBrightness(brightness);
|
||||
ScreenBrightness().setApplicationScreenBrightness(brightness);
|
||||
// setVideoBrightness();
|
||||
} catch (e) {
|
||||
throw 'Failed to set brightness';
|
||||
|
||||
Reference in New Issue
Block a user