pinephone: expose the "box" parameter, publicly
This commit is contained in:
@@ -21,6 +21,6 @@ module PPCamera() {
|
||||
Camera();
|
||||
}
|
||||
|
||||
module PPBody() {
|
||||
Body();
|
||||
module PPBody(box=false) {
|
||||
Body(Box=box);
|
||||
}
|
||||
|
Reference in New Issue
Block a user