Skip to content
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

Settings screen #11

Open
1 of 4 tasks
RamonGilabert opened this issue Sep 30, 2018 · 2 comments
Open
1 of 4 tasks

Settings screen #11

RamonGilabert opened this issue Sep 30, 2018 · 2 comments

Comments

@RamonGilabert
Copy link
Collaborator

RamonGilabert commented Sep 30, 2018

Settings screen should contain:

  • Save settings toggle (only keep the color of those that changed, even if you change theme).
  • Reset apps automatically after you change setting toggle.
  • Reset all apps to its original settings.
  • Play interface sounds (yes, we'll have some).
@RamonGilabert
Copy link
Collaborator Author

RamonGilabert commented Sep 30, 2018

Chris comment: A bit unsure if we can do all the setting as the “trick” is based on getting white apps in a dark context. Unsure if it can be reversed.

My answer: What if we had the identifiers of the apps users changed (com.apple.mail), and stored those in NSUserDefaults. If users open the app again, and we set Mail in white, but we are in dark mode now, we run through UserDefaults and see that mail should be white, therefore, we keep that appearance.

As for the reset of all apps to their original settings, I think we should just reset to the original settings, is there a command to do that?

@RamonGilabert
Copy link
Collaborator Author

Save settings toggle won't be there, as it's not necessary and the app does that by default! (:

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

No branches or pull requests

1 participant