From 3b6a3d30f3b497de668cda40ea63d06656b52d50 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Thu, 25 May 2023 02:07:40 +0200 Subject: [PATCH] add error message --- src/MsgPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MsgPopup.qml b/src/MsgPopup.qml index b809e9fe2..8772482f8 100644 --- a/src/MsgPopup.qml +++ b/src/MsgPopup.qml @@ -144,7 +144,7 @@ Popup { Layout.bottomMargin: 10 Text { id: changelog - text: "changelogs" + text: "changelogs    FIRST BOOT MAY TAKE UP TO 5 MINUTES! " font.family: roboto.name font.pointSize: 10 visible: msgpopup.continueButton