mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
parent
73799291d5
commit
d8b68fd378
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ impl ToplevelHandleHandler for Environment {
|
|||
|
||||
match handle.info() {
|
||||
Some(info) => {
|
||||
if info.app_id.is_empty() {
|
||||
trace!("ignoring xwayland dialog");
|
||||
return;
|
||||
}
|
||||
|
||||
trace!("Adding new handle: {info:?}");
|
||||
self.handles.push(handle.clone());
|
||||
if let Some(info) = handle.info() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue