Fix network configurator verbs and misc fixes (#16210)
This commit is contained in:
@@ -17,7 +17,7 @@ public sealed class NetworkConfiguratorComponent : Component
|
||||
/// </summary>
|
||||
[DataField("linkModeActive")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool LinkModeActive = false;
|
||||
public bool LinkModeActive = true;
|
||||
|
||||
/// <summary>
|
||||
/// The entity containing a <see cref="DeviceListComponent"/> this configurator is currently interacting with
|
||||
|
||||
Reference in New Issue
Block a user