shadow preparation

the shadow needs to be done on the compositor
This commit is contained in:
2025-09-30 20:54:57 +02:00
parent 159eafbc73
commit 5137379ac9
2 changed files with 5 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ class QuickMenu(Window):
def __init__(self, **kwargs):
super().__init__(
name="quick-menu",
layer="top",
layer="overlay", # Changed from 'top' to 'overlay' for better shadow support
anchor="top right",
margin="40px 10px 0px 0px",
exclusivity="none",