mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-27 13:10:04 +01:00
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())
|
||||
continue;
|
||||
|
||||
if (!g_pHyprRenderer->shouldRenderWindow(w))
|
||||
if (!g_pHyprRenderer->shouldRenderWindow(w, m_monitor.lock()))
|
||||
continue;
|
||||
|
||||
const auto PWORKSPACE = w->m_workspace;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue