mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 23:52:09 +00:00
my bad sorru
This commit is contained in:
parent
0747c86a50
commit
0fd90a7385
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ struct ModuleAdditionSettingsView: View {
|
|||
VStack(spacing: 0) {
|
||||
FancyUrlRow(title: "Base URL", value: metadata.baseUrl)
|
||||
Divider().padding(.horizontal, 8)
|
||||
if let searchBaseUrl = metadata.searchBaseUrl {
|
||||
if let searchBaseUrl = metadata.searchBaseUrl, !searchBaseUrl.isEmpty {
|
||||
FancyUrlRow(title: "Search URL", value: searchBaseUrl)
|
||||
Divider().padding(.horizontal, 8)
|
||||
}
|
||||
|
|
@ -178,7 +178,7 @@ struct ModuleAdditionSettingsView: View {
|
|||
startPoint: .leading,
|
||||
endPoint: .trailing
|
||||
)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 18))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 18))
|
||||
)
|
||||
.shadow(color: Color.accentColor.opacity(0.18), radius: 8, x: 0, y: 4)
|
||||
.padding(.horizontal, 20)
|
||||
|
|
|
|||
Loading…
Reference in a new issue