Draft: Fix error in #19738 (#19896)

My bad. Goes to show that even 'simple' PRs must be tested.
This commit is contained in:
Roy-043
2025-02-27 14:06:01 +01:00
committed by GitHub

View File

@@ -236,7 +236,7 @@ class DraftTool:
# Make face
if self.ui:
make_face = str(bool(self.ui.makeFace))
make_face = str(self.ui.makeFaceMode)
else:
make_face = "True"