1
0
Fork 0
forked from wry/wry

wl_subsurface: fix SurfaceExt::tray_item

This commit is contained in:
Julian Orth 2025-12-14 18:05:38 +01:00
parent 8553109dda
commit b328365043

View file

@ -433,7 +433,7 @@ impl SurfaceExt for WlSubsurface {
}
fn tray_item(self: Rc<Self>) -> Option<TrayItemId> {
self.surface.node_tray_item()
self.parent.node_tray_item()
}
}