pinephone: expose the "box" parameter, publicly

This commit is contained in:
2023-12-23 22:46:29 +00:00
parent 842caa5132
commit 9ee8a8cf61

View File

@@ -21,6 +21,6 @@ module PPCamera() {
Camera();
}
module PPBody() {
Body();
module PPBody(box=false) {
Body(Box=box);
}