Skip to content

Commit

Permalink
settings(macOS): make sure toolbar is shown when nothing is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Sep 4, 2023
1 parent c454824 commit dfd9603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform/macOS/VMSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ struct VMSettingsView<Config: UTMConfiguration>: View {
VMAppleSettingsView(config: config as! UTMAppleConfiguration)
}
}.listStyle(.sidebar)
Text("")
.settingsToolbar()
}
.frame(minWidth: 800, minHeight: 400, alignment: .leading)
.legacySettingsToolbar {
Expand Down

0 comments on commit dfd9603

Please sign in to comment.