ags: windows spawn on top layer instead of overlay (#894)

This commit is contained in:
end-4
2024-11-06 21:18:19 +01:00
parent a4fa511c16
commit a4061cb7a9
5 changed files with 5 additions and 5 deletions
@@ -13,7 +13,7 @@ export default ({
return Window({
name,
visible: false,
layer: 'overlay',
layer: 'top',
...props,
child: Box({