Tento commit je obsažen v:
Max Goedjen 2022-12-18 16:07:35 -08:00
rodič 4489c46685
revize 618bca4eac
V databázi nebyl nalezen žádný známý klíč pro tento podpis

Zobrazit soubor

@ -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()