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

Implemented "System" option for theme. #999

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

cbordeman
Copy link
Contributor

I couldn't find the option to change this in Winforms, however the default for new installs is now "System" so it will still benefit from the change.

Issue #998

{
nameof(ThemeVariant.Dark) => ThemeVariant.Dark,
nameof(ThemeVariant.Light) => ThemeVariant.Light,
// "System"
Copy link
Owner

Choose a reason for hiding this comment

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

Thank you for adding this comment. It's obvious now, but unlabeled else and default cases can be so tiresome to figure out while your brain is 4 abstractions deep during debugging.

@rmcrackan
Copy link
Owner

Thanks! I'll include it in the same release as #997 when that's finalized.

@rmcrackan rmcrackan merged commit 4f5df44 into rmcrackan:master Oct 14, 2024
8 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