1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-12 21:30:32 +05:30

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