1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-16 10:42:06 -04:00

(frame): Performance round

This commit is contained in:
purian23
2026-04-13 16:46:15 -04:00
parent 52c3ecd4f2
commit cca0b7957d
4 changed files with 66 additions and 13 deletions

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)