From c7263f2d582ff89e02a714fe872adc6ee431dcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1rady=20Mil=C3=A1n?= <61704770+MilanVarady@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:43:53 +0100 Subject: [PATCH] Remove appdir from setup --- .../Setup/SetupView+BrewPathSelection.swift | 7 +--- Localizable.xcstrings | 35 ------------------- 2 files changed, 1 insertion(+), 41 deletions(-) diff --git a/Applite/Views/Setup/SetupView+BrewPathSelection.swift b/Applite/Views/Setup/SetupView+BrewPathSelection.swift index efcee92..a980caf 100644 --- a/Applite/Views/Setup/SetupView+BrewPathSelection.swift +++ b/Applite/Views/Setup/SetupView+BrewPathSelection.swift @@ -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) { @@ -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) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index df68f24..7b144de 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -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" : {