From 49ecbef1a802b94ace6f7ff3c1ed7cb1d121d8a8 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 29 Aug 2024 08:49:07 +0200 Subject: [PATCH] Fix typo to fix wifi errors page --- WiFiErrorsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiFiErrorsPage.qml b/WiFiErrorsPage.qml index 4e48985..fd08082 100644 --- a/WiFiErrorsPage.qml +++ b/WiFiErrorsPage.qml @@ -16,7 +16,7 @@ BaseNavigationPage { ListView { id: listView Layout.fillWidth: true - Layout.fillHeight: trues + Layout.fillHeight: true model: wifiErrorLog.value spacing: 5