fix: ios home widget

This commit is contained in:
lollipopkit
2023-10-21 18:00:29 +08:00
parent 4984953287
commit 476e0d5542
2 changed files with 6 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ struct PageView: View {
Image(systemName: "arrow.clockwise")
}.buttonStyle(.plain)
}
case .emptyUrl, .invalidUrl:
case .url(_):
Link("View help", destination: helpUrl)
}
case .normal(let status):