Commit 40ba9277 authored by dogmaphobic's avatar dogmaphobic

Hiding Auto Connect check box until it gets actually implemented down below.

parent 7e3be8f7
......@@ -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