chore(@SplashScreen): add object name
This commit is contained in:
parent
a42fa6d8dc
commit
b50dfc99c3
|
@ -19,6 +19,7 @@ Pane {
|
|||
contentItem: Item {
|
||||
SplashScreen {
|
||||
id: splashScreen
|
||||
objectName: "didYouKnowSplashScreen"
|
||||
anchors.centerIn: parent
|
||||
width: 128
|
||||
height: 128
|
||||
|
|
|
@ -372,6 +372,7 @@ StatusWindow {
|
|||
|
||||
Loader {
|
||||
id: appLoadingAnimation
|
||||
objectName: "loadingAnimationLoader"
|
||||
property bool runningProgressAnimation: false
|
||||
anchors.fill: parent
|
||||
active: false
|
||||
|
|
Loading…
Reference in New Issue