Skip to content

Commit c0e848d

Browse files
committed
Feat: 点击息屏ui变动
1 parent 1a68425 commit c0e848d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/pages/setting/setting_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SettingPage extends StatelessWidget {
6666
Checkbox(
6767
value: state.playKeepWeak,
6868
onChanged: (val) {
69-
logic.changeLaunchPlay(val ?? false);
69+
logic.changePlayKeepWeak(val ?? false);
7070
},
7171
),
7272
],

scripts/build_wechat.dart

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ void main(List<String> arguments) async {
44
final buildArgs = [...arguments]..add('--wechat');
55
build_tools.useMiniTex = true;
66
build_tools.useNoFontCanvasKit = true;
7+
build_tools.licenseGrant = true;
78
build_tools.main(buildArgs);
89
}

0 commit comments

Comments
 (0)