mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-13 12:35:54 +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)
|
||||
.frame(minWidth: 500, idealWidth: 600)
|
||||
.scrollContentBackground(.hidden)
|
||||
.navigationTitle("Dashboard")
|
||||
.onAppear {
|
||||
onAppearSetup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue