fix: update popup detection logic to consider override_redirect flag
This commit is contained in:
parent
c996b9aba4
commit
37ec78ee26
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ impl XState {
|
||||||
|
|
||||||
if !known_window_type {
|
if !known_window_type {
|
||||||
if let Some(has_skip_taskbar) = has_skip_taskbar {
|
if let Some(has_skip_taskbar) = has_skip_taskbar {
|
||||||
is_popup = has_skip_taskbar;
|
is_popup = has_skip_taskbar || override_redirect;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue