From c79194158babd9d8d7b5f58188ffea71a029fc4d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 10 Dec 2021 20:48:37 +0100 Subject: [bug] typo: fix motd --- gui/components/Splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 9c054a6..2d0adc4 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -232,7 +232,7 @@ Page { if (first == undefined) { return true } - return isEmpty(first.txt) + return isEmpty(first.text) } } -- cgit v1.2.3