Add Check for Updates button in macOS settings

This commit is contained in:
Arkadiusz Fal 2022-01-02 19:58:15 +01:00
parent 149607efbc
commit ba21583a95

View File

@ -21,6 +21,8 @@ struct UpdatesSettings: View {
.frame(maxWidth: .infinity, alignment: .leading)
Spacer()
CheckForUpdatesView()
}
}