mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
fix dashboard header separator line missing
This commit is contained in:
parent
4cab4a735c
commit
875ed211b3
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ struct DashboardSettingsView: View {
|
||||||
}
|
}
|
||||||
.formStyle(.grouped)
|
.formStyle(.grouped)
|
||||||
.frame(minWidth: 500, idealWidth: 600)
|
.frame(minWidth: 500, idealWidth: 600)
|
||||||
|
.scrollContentBackground(.hidden)
|
||||||
.navigationTitle("Dashboard")
|
.navigationTitle("Dashboard")
|
||||||
.onAppear {
|
.onAppear {
|
||||||
onAppearSetup()
|
onAppearSetup()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue