添加魔墙状态主页面的轮询开窗
This commit is contained in:
parent
966fe44583
commit
9c7d961e67
|
@ -1234,6 +1234,25 @@ export default defineComponent({
|
|||
.getCurrentClient()
|
||||
?.replaceWindow2(find_window, uuid, true);
|
||||
} else {
|
||||
if (
|
||||
$store.state.custom_defines.function_magic_wall
|
||||
) {
|
||||
const item =
|
||||
$store.state.show_monitor_list[
|
||||
current_index.value
|
||||
];
|
||||
if (wall.value) {
|
||||
x = Number(select_x()) / wall.value.clientWidth;
|
||||
y =
|
||||
Number(select_y()) / wall.value.clientHeight;
|
||||
width =
|
||||
Number(select_width()) /
|
||||
wall.value.clientWidth;
|
||||
height =
|
||||
Number(select_height()) /
|
||||
wall.value.clientHeight;
|
||||
}
|
||||
}
|
||||
const open_polling_request =
|
||||
new Protocol.OpenPollingRequestEntity(
|
||||
uuid,
|
||||
|
|
Loading…
Reference in New Issue