1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-15 15:45:20 -04:00

(frame): Performance round

This commit is contained in:
purian23
2026-04-13 16:46:15 -04:00
parent adc0da8079
commit 480fe9810a
4 changed files with 66 additions and 13 deletions
+8
View File
@@ -91,6 +91,14 @@ Singleton {
return true;
}
function setPopoutAnim(claimId, animX, animY) {
if (!hasPopoutOwner(claimId))
return false;
popoutAnimX = animX;
popoutAnimY = animY;
return true;
}
function _cloneDockStates() {
const next = {};
for (const screenName in dockStates)