Skip to content

Disable "Report" & "Settings" options in prompts #331

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

parmar-mehul
Copy link
Contributor

  • Easy to disable "Report" & "Settings" options in prompts
UserDefaults.standard.set(true, forKey: "pulse-disable-support-prompts")
UserDefaults.standard.set(true, forKey: "pulse-disable-report-issue-prompts")
UserDefaults.standard.set(true, forKey: "pulse-disable-settings-prompts")

Screenshot 2025-04-09 at 9 17 13 PM

- Easy to disable "Report" & "Settings" options in prompts
      - 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 11, 2025

This looks good, ty.

@kean kean merged commit 6125ce7 into kean:main Apr 15, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants