Update Android
This commit is contained in:
parent
2827326c31
commit
28a4dc4c78
1 changed files with 4 additions and 4 deletions
|
|
@ -135,9 +135,9 @@ namespace MatterHackers.MatterControl
|
||||||
|
|
||||||
usbStatus.HasUsbPermission = usbStatus.IsDriverLoadable && FrostedSerialPort.HasPermissionToDevice(serialPort);
|
usbStatus.HasUsbPermission = usbStatus.IsDriverLoadable && FrostedSerialPort.HasPermissionToDevice(serialPort);
|
||||||
|
|
||||||
ContentRow.AddChild(printerNameLabel);
|
contentRow.AddChild(printerNameLabel);
|
||||||
|
|
||||||
ContentRow.AddChild(new CriteriaRow(
|
contentRow.AddChild(new CriteriaRow(
|
||||||
"USB Connection",
|
"USB Connection",
|
||||||
"Retry",
|
"Retry",
|
||||||
"No USB device found. Check and reseat cables and try again",
|
"No USB device found. Check and reseat cables and try again",
|
||||||
|
|
@ -145,7 +145,7 @@ namespace MatterHackers.MatterControl
|
||||||
() => UiThread.RunOnIdle(RefreshStatus),
|
() => UiThread.RunOnIdle(RefreshStatus),
|
||||||
theme));
|
theme));
|
||||||
|
|
||||||
ContentRow.AddChild(new CriteriaRow(
|
contentRow.AddChild(new CriteriaRow(
|
||||||
"USB Driver",
|
"USB Driver",
|
||||||
"Fix",
|
"Fix",
|
||||||
usbStatus.Summary,
|
usbStatus.Summary,
|
||||||
|
|
@ -160,7 +160,7 @@ namespace MatterHackers.MatterControl
|
||||||
},
|
},
|
||||||
theme));
|
theme));
|
||||||
|
|
||||||
ContentRow.AddChild(new CriteriaRow(
|
contentRow.AddChild(new CriteriaRow(
|
||||||
"USB Permission",
|
"USB Permission",
|
||||||
"Request Permission",
|
"Request Permission",
|
||||||
"Click the 'Request Permission' button to gain Android access rights",
|
"Click the 'Request Permission' button to gain Android access rights",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue