feat(app): dots background for node interface

This commit is contained in:
2026-02-09 16:53:57 +01:00
parent e89a46e146
commit 23a48572f3
7 changed files with 72 additions and 39 deletions

View File

@@ -30,10 +30,11 @@ export const AppSettingTypes = {
},
nodeInterface: {
title: 'Node Interface',
showNodeGrid: {
type: 'boolean',
label: 'Show Grid',
value: true
backgroundType: {
type: 'select',
label: 'Background',
options: ['grid', 'dots', 'none'],
value: 'grid'
},
snapToGrid: {
type: 'boolean',