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

Commit 9aaf8bb lack of a break in case .SONOMA: (ViewController) #32

Closed
matxpa opened this issue Jun 12, 2023 · 1 comment
Closed

Commit 9aaf8bb lack of a break in case .SONOMA: (ViewController) #32

matxpa opened this issue Jun 12, 2023 · 1 comment

Comments

@matxpa
Copy link
Contributor

matxpa commented Jun 12, 2023

Hi @0xCUB3

In last week 9aaf8bb commit on ViewController when adding Sonoma icon
...
// Image
switch HardwareCollector.OSvers {
case .SONOMA:
picture.image = NSImage(named: "Sonoma")
case .VENTURA:
picture.image = NSImage(named: "Ventura")
break
...

Regards

@0xCUB3
Copy link
Owner

0xCUB3 commented Jun 12, 2023

Fixed. Thanks for catching that; we're all human, after all! 🤪

@0xCUB3 0xCUB3 closed this as completed Jun 12, 2023
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

2 participants