Draft: Fix error in #19738

My bad. Goes to show that even 'simple' PRs must be tested.
This commit is contained in:
Roy-043
2025-02-27 10:41:54 +01:00
parent b74ead4ffa
commit 2a645d36b8

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"