mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 21:02:06 -04:00
Add Privacy Mode
- Smoother notification expansions - Shadow & Privacy Toggles
This commit is contained in:
@@ -289,7 +289,8 @@ QtObject {
|
||||
let currentY = topMargin;
|
||||
for (const win of activeWindows) {
|
||||
win.screenY = currentY;
|
||||
currentY += win.implicitHeight + popupSpacing;
|
||||
const popupHeight = win.alignedHeight || win.implicitHeight;
|
||||
currentY += popupHeight + popupSpacing;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user