screencopy: fix applying noscreenshare to invisible special workspaces (#10628)
This commit is contained in:
parent
423b69f5d3
commit
fb7548cb41
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ void CScreencopyFrame::renderMon() {
|
||||||
if (!w->m_windowData.noScreenShare.valueOrDefault())
|
if (!w->m_windowData.noScreenShare.valueOrDefault())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!g_pHyprRenderer->shouldRenderWindow(w))
|
if (!g_pHyprRenderer->shouldRenderWindow(w, m_monitor.lock()))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
const auto PWORKSPACE = w->m_workspace;
|
const auto PWORKSPACE = w->m_workspace;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue