oops
This commit is contained in:
parent
69e179816b
commit
3df126c675
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void CHyprDwindleLayout::applyNodeDataToWindow(SDwindleNodeData* pNode) {
|
|||
|
||||
SMonitor* PMONITOR = nullptr;
|
||||
|
||||
if (pNode->workspaceID != SPECIAL_WORKSPACE_ID) {
|
||||
if (pNode->workspaceID == SPECIAL_WORKSPACE_ID) {
|
||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||
if (m->specialWorkspaceOpen) {
|
||||
PMONITOR = m.get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue