macadmins / SplashBuddy

Onboarding splash screen for MDM and Automated Device Enrollment.
Apache License 2.0
402 stars 71 forks source link

Continue Button #89

Open dinero1010 opened 6 years ago

dinero1010 commented 6 years ago

Our workflow instructs users to click the Continue button when all items are completed. We also set all items to 'canContinue' so the expected behavior is that the Continue button is shown instead of the Quit button, regardless of install status for each item. What would be the most efficient way to set the Continue button label as 'Continue' and keep that static regardless of install status?

dwshore commented 5 years ago

Couldn't this be done within the source code? Just replace the text of the button with whatever you'd like and recompile? (NOTE: I don't know if that would break something in the code that's listening for 'quit' specifically. n00b->me)

cybertunnel commented 5 years ago

@dinero1010 Did you figure out how to do those changes?

TheBlu commented 5 years ago

@cybertunnel: I have been trying to find a way to change the quit button as well. Do you have any documentation on this? Any help would be appreciated!

cybertunnel commented 5 years ago

@TheBlu I don't think we have anything in place in the current released versions. The way that you can change what the button does, and in turn change the button text can be found here