Fix image name

This commit is contained in:
Max Goedjen 2022-12-18 16:07:35 -08:00
parent 4489c46685
commit 618bca4eac
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ struct SystemBackgroundView: View {
let anchor: UnitPoint
var body: some View {
if let x = SystemBackground.shared.image {
Image(nsImage: x)
if let image = SystemBackground.shared.image {
Image(nsImage: image)
.resizable()
.scaleEffect(3, anchor: anchor)
.clipped()