mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Node status should be on by default
This commit is contained in:
parent
080469cdf5
commit
f39b4e7d22
@ -110,7 +110,7 @@ RED.userSettings = (function() {
|
|||||||
{
|
{
|
||||||
title: "Nodes",
|
title: "Nodes",
|
||||||
options: [
|
options: [
|
||||||
{setting:"view-node-status",label:"menu.label.displayStatus",toggle:true,onchange:"core:toggle-status", selected: true}
|
{setting:"view-node-status",label:"menu.label.displayStatus",default: true, toggle:true,onchange:"core:toggle-status"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user