Commit 7961a07b authored by DonLakeFlyer's avatar DonLakeFlyer

Can't change save path on mobile

parent 0a56e483
...@@ -361,7 +361,7 @@ QGCView { ...@@ -361,7 +361,7 @@ QGCView {
//-- Save path //-- Save path
Row { Row {
spacing: ScreenTools.defaultFontPixelWidth spacing: ScreenTools.defaultFontPixelWidth
visible: _savePath.visible visible: _savePath.visible && !ScreenTools.isMobile
QGCLabel { QGCLabel {
anchors.baseline: savePathBrowse.baseline anchors.baseline: savePathBrowse.baseline
......
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