fix
This commit is contained in:
parent
db64e3a128
commit
efa14a3071
@ -23,7 +23,7 @@ struct SettingsView: View {
|
|||||||
.border(Color.red)
|
.border(Color.red)
|
||||||
|
|
||||||
} detail: {
|
} detail: {
|
||||||
Group {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
switch self.state.currentMeun {
|
switch self.state.currentMeun {
|
||||||
case .accout:
|
case .accout:
|
||||||
SettingsAccountView(state: self.state)
|
SettingsAccountView(state: self.state)
|
||||||
@ -36,6 +36,7 @@ struct SettingsView: View {
|
|||||||
case .about:
|
case .about:
|
||||||
SettingsAboutView()
|
SettingsAboutView()
|
||||||
}
|
}
|
||||||
|
Spacer()
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
|
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user