1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-05 05:12:05 -04:00

desktop-widgets: add overlay IPC and overview option

This commit is contained in:
bbedward
2025-12-22 20:29:01 -05:00
parent 91385e7c83
commit 61630e447b
5 changed files with 173 additions and 12 deletions

View File

@@ -227,12 +227,6 @@ Scope {
}
}
onAnimatingOutChanged: {
if (!animatingOut || scaleAnimation.animation.running)
return;
Qt.callLater(niriOverviewScope.resetState);
}
Behavior on opacity {
NumberAnimation {
duration: Theme.expressiveDurations.expressiveDefaultSpatial