mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-09 10:47:22 +02:00
Fix image name
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user