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 { ...@@ -301,6 +301,7 @@ Rectangle {
height: ScreenTools.defaultFontPixelHeight * 0.5 height: ScreenTools.defaultFontPixelHeight * 0.5
width: parent.width width: parent.width
} }
/*
//-- Auto Connect //-- Auto Connect
QGCCheckBox { QGCCheckBox {
text: "Automatically Connect on Start" text: "Automatically Connect on Start"
...@@ -316,6 +317,7 @@ Rectangle { ...@@ -316,6 +317,7 @@ Rectangle {
checked = editConfig.autoConnect checked = editConfig.autoConnect
} }
} }
*/
Item { Item {
height: ScreenTools.defaultFontPixelHeight height: ScreenTools.defaultFontPixelHeight
width: parent.width 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