Skip to content

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

Open
travismmorgan opened this issue Oct 2, 2024 · 6 comments
Open

ConsoleView - Hide Get Pulse Pro menu option #298

travismmorgan opened this issue Oct 2, 2024 · 6 comments
Labels
question Further information is requested

Comments

@travismmorgan
Copy link

Add the ability to hide the Get Pulse Pro menu option inside the ConsoleView

@kean
Copy link
Owner

kean commented Oct 2, 2024

Hey, you can hide it by setting UserDefaults.standard.bool(forKey: "pulse-disable-support-prompts"). It's worth adding it to the public AppSettings class too.

@kean kean added the question Further information is requested label Oct 2, 2024
@travismmorgan
Copy link
Author

@kean could we get an option to hide the Report Issue menu item too? We want these tools available for our builds distributed internally but don't want options that link out of the app.

@parmar-mehul
Copy link
Contributor

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.
If you are busy, I can create PR if you're positive. Thank you in advance.

UserDefaults.standard.set(true, forKey: "pulse-disable-report-issue-prompts")
UserDefaults.standard.set(true, forKey: "pulse-disable-settings-prompts")

@kean
Copy link
Owner

kean commented Apr 8, 2025

I wouldn't mind adding these options, and I would appreciate if you could open a PR that adds them.

@parmar-mehul
Copy link
Contributor

Hello @kean ,

Thank you for positive & quick reply!

Here is PR #331

@parmar-mehul
Copy link
Contributor

Loking forward to your approval, Mr. @kean !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants