1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-15 07:35:20 -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
+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)