web: fixed race for organize_hook

This commit is contained in:
Maxim Devaev
2025-05-18 00:39:10 +03:00
parent 49fb9a6f92
commit 70ca478a78
3 changed files with 7 additions and 4 deletions

View File

@@ -982,7 +982,7 @@
<div class="window" id="stream-ocr-window">
<div class="hidden" id="stream-ocr-selection"></div>
</div>
<div class="window window-resizable" id="stream-window" data-show-maximized>
<div class="window window-resizable" id="stream-window" data-show-maximized data-organize-hook>
<div class="window-header" id="stream-window-header">
<div class="window-grab">MJPEG</div>
<div class="window-buttons">

View File

@@ -1,7 +1,7 @@
.window#stream-ocr-window
.hidden#stream-ocr-selection
.window.window-resizable#stream-window(data-show-maximized)
.window.window-resizable#stream-window(data-show-maximized data-organize-hook)
.window-header#stream-window-header
.window-grab MJPEG
.window-buttons