Commit f08f4770 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5750 from DonLakeFlyer/SavePathMobile

Can't change save path on mobile
parents db55f46d 7961a07b
......@@ -361,7 +361,7 @@ QGCView {
//-- Save path
Row {
spacing: ScreenTools.defaultFontPixelWidth
visible: _savePath.visible
visible: _savePath.visible && !ScreenTools.isMobile
QGCLabel {
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