We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb1df8 commit 71d43d5Copy full SHA for 71d43d5
src/compas_rv/settings.py
@@ -38,6 +38,7 @@ class DrawingSettings(BaseModel):
38
39
class RVSettings(Settings):
40
autoupdate: bool = False
41
+ autosave: bool = True
42
43
tna: TNASettings = TNASettings()
44
drawing: DrawingSettings = DrawingSettings()
0 commit comments