mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-04 06:37:07 +00:00
Fix image name
This commit is contained in:
parent
4489c46685
commit
618bca4eac
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user