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 1f5bd21 commit d4548c9Copy full SHA for d4548c9
1 file changed
dlclivegui/gui/main_window.py
@@ -865,6 +865,7 @@ def _current_config(self, *, allow_empty_model_path=False) -> ApplicationSetting
865
if multi_camera.cameras
866
else self._config.camera.model_copy(deep=True)
867
)
868
+ )
869
870
return ApplicationSettings(
871
camera=camera,
0 commit comments