1
0
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:
Nick O'Leary 2017-05-12 22:47:59 +01:00
parent 080469cdf5
commit f39b4e7d22
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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"}
] ]
}, },
{ {