General: add bottom inset to quit button
parent
f878e5e635
commit
9aea85a953
|
|
@ -77,6 +77,7 @@ struct GeneralSettings: View {
|
||||||
}
|
}
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
.padding(.horizontal, 22)
|
.padding(.horizontal, 22)
|
||||||
|
.padding(.bottom, 16)
|
||||||
.onAppear { self.refreshCLIStatus() }
|
.onAppear { self.refreshCLIStatus() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue