Skip to content

Commit b91d576

Browse files
author
liuchuancong
committed
默认弹幕区域1.0
1 parent ead0eaf commit b91d576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/services/settings_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ class SettingsService extends GetxController {
617617
json['languageName'] = languageName.value;
618618
json['videoFitIndex'] = videoFitIndex.value;
619619
json['hideDanmaku'] = hideDanmaku.value;
620-
json['danmakuArea'] = danmakuArea.value;
620+
json['danmakuArea'] = 1.0;
621621
json['danmakuTopArea'] = danmakuTopArea.value;
622622
json['danmakuBottomArea'] = danmakuBottomArea.value;
623623
json['danmakuSpeed'] = danmakuSpeed.value;

0 commit comments

Comments
 (0)