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