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

Added global settings for color/monochrome style on file icons #66

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

lukepistrol
Copy link
Member

Screen Shot 2022-03-18 at 17 39 20

Screen Shot 2022-03-18 at 17 39 37

Screen Shot 2022-03-18 at 17 39 52

@lukepistrol lukepistrol linked an issue Mar 18, 2022 that may be closed by this pull request
@@ -27,6 +28,13 @@ struct GeneralSettingsView: View {
.onChange(of: appearance) { tag in
tag.applyAppearance()
}

Picker("File Icon Style", selection: $fileIconStyle) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably start adding these strings to the Localizable file so that are ready to be localized!

@austincondiff austincondiff merged commit 1c04fff into CodeEditApp:main Mar 18, 2022
This pull request was closed.
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.

Color or Monochromatic Icons Setting
3 participants