fix: MorePanelConfig传参id错误

This commit is contained in:
Zeew 2025-08-19 23:16:06 +08:00
parent 5972a3aa77
commit 077fc32e91
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class _MorePanelState extends TIMUIKitState<MorePanel> {
)),
if (config.extraAction != null) ...?config.extraAction,
].where((element) {
if (element.id == "screen") {
if (element.id == "take_video") {
return config.showCameraAction;
}