mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-05-12 21:30:37 +01:00
parent
4e36349249
commit
1f332c09a2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ std::string CHyprBar::getDisplayName() {
|
|||
}
|
||||
|
||||
bool CHyprBar::inputIsValid() {
|
||||
if (!m_pWindow->m_pWorkspace->isVisible() || !g_pInputManager->m_dExclusiveLSes.empty() ||
|
||||
if (!m_pWindow->m_pWorkspace || !m_pWindow->m_pWorkspace->isVisible() || !g_pInputManager->m_dExclusiveLSes.empty() ||
|
||||
(g_pSeatManager->seatGrab && !g_pSeatManager->seatGrab->accepts(m_pWindow->m_pWLSurface->resource())))
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue