We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead0eaf commit b91d576Copy full SHA for b91d576
1 file changed
lib/common/services/settings_service.dart
@@ -617,7 +617,7 @@ class SettingsService extends GetxController {
617
json['languageName'] = languageName.value;
618
json['videoFitIndex'] = videoFitIndex.value;
619
json['hideDanmaku'] = hideDanmaku.value;
620
- json['danmakuArea'] = danmakuArea.value;
+ json['danmakuArea'] = 1.0;
621
json['danmakuTopArea'] = danmakuTopArea.value;
622
json['danmakuBottomArea'] = danmakuBottomArea.value;
623
json['danmakuSpeed'] = danmakuSpeed.value;
0 commit comments