diff --git a/src/AutoPilotPlugins/Common/SetupPage.qml b/src/AutoPilotPlugins/Common/SetupPage.qml index 2efdf4b..b4a14e9 100644 --- a/src/AutoPilotPlugins/Common/SetupPage.qml +++ b/src/AutoPilotPlugins/Common/SetupPage.qml @@ -86,7 +86,7 @@ QGCView { anchors.right: parent.right wrapMode: Text.WordWrap text: pageDescription - visible: !ScreenTools.isShortScreen + visible: pageDescription !== "" && !ScreenTools.isShortScreen } } }