chore(@SplashScreen): add object name

This commit is contained in:
Anastasiya Semenkevich 2023-11-14 11:19:58 +03:00 committed by Anastasiya
parent a42fa6d8dc
commit b50dfc99c3
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Pane {
contentItem: Item { contentItem: Item {
SplashScreen { SplashScreen {
id: splashScreen id: splashScreen
objectName: "didYouKnowSplashScreen"
anchors.centerIn: parent anchors.centerIn: parent
width: 128 width: 128
height: 128 height: 128

View File

@ -372,6 +372,7 @@ StatusWindow {
Loader { Loader {
id: appLoadingAnimation id: appLoadingAnimation
objectName: "loadingAnimationLoader"
property bool runningProgressAnimation: false property bool runningProgressAnimation: false
anchors.fill: parent anchors.fill: parent
active: false active: false