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 { ...@@ -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