change default layer for Windows to Shell

This commit is contained in:
dragonn 2022-01-20 20:04:22 +01:00
parent 97c831acbc
commit 15c9e9adf0
1 changed files with 1 additions and 1 deletions

View File

@ -107,6 +107,6 @@ where
}
fn z_index(&self) -> u8 {
RenderZindex::Top as u8
RenderZindex::Shell as u8
}
}