change default layer for Windows to Shell
This commit is contained in:
parent
97c831acbc
commit
15c9e9adf0
|
@ -107,6 +107,6 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
fn z_index(&self) -> u8 {
|
fn z_index(&self) -> u8 {
|
||||||
RenderZindex::Top as u8
|
RenderZindex::Shell as u8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue