mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
screencopy: fix applying noscreenshare
to invisible special workspaces (#10628)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user