Skip to content

Commit

Permalink
Remove appdir from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 11, 2025
1 parent 0904a5e commit c7263f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
7 changes: 1 addition & 6 deletions Applite/Views/Setup/SetupView+BrewPathSelection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension SetupView {

Text("Provide Brew Executable Path", comment: "Setup brew path selector")
.font(.system(size: 26, weight: .bold))
.padding(.bottom, 30)
.padding(.bottom, 24)


VStack(alignment: .leading) {
Expand All @@ -28,11 +28,6 @@ extension SetupView {
.foregroundColor(.red)
.opacity(isBrewPathValid ? 0 : 1)
.padding(.bottom)

Text("Appdir (optional)", comment: "Setup brew appdir parameter")
.font(.system(size: 16, weight: .bold))

AppdirSelectorView()
}
.frame(width: 500)

Expand Down
35 changes: 0 additions & 35 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -844,41 +844,6 @@
}
}
},
"Appdir (optional)" : {
"comment" : "Setup brew appdir parameter",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appdir (Optionnel)"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appdir (nem kötelező)"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アプリケーションディレクトリ(オプション)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用目录(可选)"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "應用程式目錄(可選)"
}
}
}
},
"Appearance" : {
"comment" : "Appearnace settings title",
"localizations" : {
Expand Down

0 comments on commit c7263f2

Please sign in to comment.