input: always allow focus to permission popups
This commit is contained in:
parent
158c0f2911
commit
d9c8a37811
7 changed files with 58 additions and 16 deletions
|
|
@ -1836,3 +1836,7 @@ PHLWINDOW CWindow::parent() {
|
|||
|
||||
return m_xdgSurface->m_toplevel->m_parent->m_window.lock();
|
||||
}
|
||||
|
||||
bool CWindow::priorityFocus() {
|
||||
return !m_isX11 && CAsyncDialogBox::isPriorityDialogBox(getPID());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue