With any app, you get the loading screen built into Power Apps, that shows a loading bar and whatever icon you choose for the app. That's fine. My issue is with the initial screen. I hide certain buttons based on the user's permissions. The problem is that all the buttons flash on the screen. Once the user's permissions are determined it will hide those buttons. Is there a way to prevent this from happening? I'm thinking that maybe I need to set a variable to hide the buttons from the start. Then when the permissions are determined set the variable to true? Is there a better way? I see a screen property for LoadingSpinner but I can't figure out what it does exactly.