Skip to content

Commit

Permalink
🎨 Run js-beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
Beautify Robot committed Aug 20, 2024
1 parent f642d15 commit 66ec7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/Qaterial/SplashScreenApplication.qml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Item
}

function _laterActiveSplashScreen() { splashScreenLoader.active = true }

function _laterDeactiveSplashScreen() { splashScreenLoader.active = false }

Component.onCompleted: () => Qt.callLater(_laterActiveSplashScreen)
Expand Down

0 comments on commit 66ec7e2

Please sign in to comment.