修复HDMI采集右键修改画质后WEB不更新显示状态的BUG
This commit is contained in:
parent
2b421b8262
commit
0032e8c17c
|
@ -428,7 +428,11 @@ export default defineComponent({
|
|||
});
|
||||
}
|
||||
},
|
||||
updateContextMenu() {},
|
||||
updateContextMenu() {
|
||||
lossy_pic.value =
|
||||
GlobalData.getInstance().applicationConfig?.hdmi_in_decode_type_1 ==
|
||||
"NV12";
|
||||
},
|
||||
async setHdmiInDecodeType(index: number, type: string) {
|
||||
let success = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue