From c7d64e34d25889560c8a82ca5cd1e3db07c4c904 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 23 Nov 2020 17:45:18 +0200 Subject: startupscreen: hide network text if no networks available Change-Id: I9b9c225cc633ee82898de0466e2461217ffd86a8 Reviewed-by: Assam Boudjelthia --- startupscreen/MainView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/startupscreen/MainView.qml b/startupscreen/MainView.qml index e4fa2f5..c5a18e8 100644 --- a/startupscreen/MainView.qml +++ b/startupscreen/MainView.qml @@ -206,6 +206,7 @@ Item { anchors.horizontalCenter: ipAddress.horizontalCenter font.pixelSize: textNormal font.family: "Titillium Web" + visible: ipAddress.text !== "" } Text { id: ipAddress -- cgit v1.2.3