-
-
Notifications
You must be signed in to change notification settings - Fork 331
ConsoleView - Hide Get Pulse Pro
menu option
#298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, you can hide it by setting |
@kean could we get an option to hide the |
Thank you for the great library. Mr. @kean Works for me. UserDefaults.standard.set(true, forKey: "pulse-disable-support-prompts") Can we also add below options if possible? This features not required in internal distribution within team. UserDefaults.standard.set(true, forKey: "pulse-disable-report-issue-prompts")
UserDefaults.standard.set(true, forKey: "pulse-disable-settings-prompts") |
I wouldn't mind adding these options, and I would appreciate if you could open a PR that adds them. |
Loking forward to your approval, Mr. @kean ! |
Add the ability to hide the
Get Pulse Pro
menu option inside the ConsoleViewThe text was updated successfully, but these errors were encountered: