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
+1 -1
View File
@@ -8,7 +8,7 @@ export default () => PopupWindow({
keymode: 'on-demand',
anchor: ['left', 'top', 'bottom'],
name: 'sideleft',
layer: 'overlay',
layer: 'top',
child: Box({
children: [
SidebarLeft(),