Commit 760255d7 authored by Gus Grubba's avatar Gus Grubba

Merge pull request #2847 from dogmaphobic/hideAutoconnect

Hiding Auto Connect check box until it gets actually implemented down…
parents bb458314 40ba9277
......@@ -301,6 +301,7 @@ Rectangle {
height: ScreenTools.defaultFontPixelHeight * 0.5
width: parent.width
}
/*
//-- Auto Connect
QGCCheckBox {
text: "Automatically Connect on Start"
......@@ -316,6 +317,7 @@ Rectangle {
checked = editConfig.autoConnect
}
}
*/
Item {
height: ScreenTools.defaultFontPixelHeight
width: parent.width
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment