You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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: 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!
@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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: