- in Distance Plugin made sure that the grid snapping restore is working properly (previously it always restored it to the ON state)

- the HUD display is no longer default active on new installations
This commit is contained in:
Marius Stanciu
2022-03-30 12:32:08 +03:00
committed by Marius
parent c69f9dc2d9
commit 40ba41264e
3 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ class AppDefaults:
"global_workspace_orientation": 'p',
"global_axis": True,
"global_axis_color": '#B34D4D',
"global_hud": True,
"global_hud": False,
"global_grid_lines": True,
"global_grid_snap": True,