mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-26 14:57:37 +00:00
Merge pull request #74 from RobotsAndPencils/matt/appUpdateCopy
Updates the App Update copy to be more relevant about app vs xcode
This commit is contained in:
commit
019b4c9378
1 changed files with 2 additions and 2 deletions
|
|
@ -15,12 +15,12 @@ struct UpdatesPreferencePane: View {
|
||||||
Preferences.Section(title: "Updates") {
|
Preferences.Section(title: "Updates") {
|
||||||
VStack(alignment: .leading) {
|
VStack(alignment: .leading) {
|
||||||
Toggle(
|
Toggle(
|
||||||
"Automatically check for updates",
|
"Automatically check for app updates",
|
||||||
isOn: $updater.automaticallyChecksForUpdates
|
isOn: $updater.automaticallyChecksForUpdates
|
||||||
)
|
)
|
||||||
|
|
||||||
Toggle(
|
Toggle(
|
||||||
"Include prerelease versions",
|
"Include prerelease app versions",
|
||||||
isOn: $updater.includePrereleaseVersions
|
isOn: $updater.includePrereleaseVersions
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue