fix(aerospace): apple messages floating

This commit is contained in:
Poby 2026-03-31 23:34:09 +09:00
parent 571328d2bf
commit 85a9889d0a
No known key found for this signature in database

View file

@ -110,6 +110,11 @@
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if".app-id = "com.apple.MobileSMS";
check-further-callbacks = true;
run = ["layout floating"];
}
];
};
};