From b50dfc99c39931ae8b21b9cdc5cd97daa15e880e Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 14 Nov 2023 11:19:58 +0300 Subject: [PATCH] chore(@SplashScreen): add object name --- ui/imports/shared/panels/DidYouKnowSplashScreen.qml | 1 + ui/main.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/imports/shared/panels/DidYouKnowSplashScreen.qml b/ui/imports/shared/panels/DidYouKnowSplashScreen.qml index 21569cc4fd..6942fbf355 100644 --- a/ui/imports/shared/panels/DidYouKnowSplashScreen.qml +++ b/ui/imports/shared/panels/DidYouKnowSplashScreen.qml @@ -19,6 +19,7 @@ Pane { contentItem: Item { SplashScreen { id: splashScreen + objectName: "didYouKnowSplashScreen" anchors.centerIn: parent width: 128 height: 128 diff --git a/ui/main.qml b/ui/main.qml index 44c20ec991..9dfdf87e05 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -372,6 +372,7 @@ StatusWindow { Loader { id: appLoadingAnimation + objectName: "loadingAnimationLoader" property bool runningProgressAnimation: false anchors.fill: parent active: false