We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ae89c commit 5718338Copy full SHA for 5718338
1 file changed
VolumeGrid/VolumeGridApp.swift
@@ -56,8 +56,6 @@ struct VolumeGridApp: App {
56
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
57
58
var body: some Scene {
59
- Settings {
60
- EmptyView()
61
- }
+ // No scenes needed for status bar app
62
}
63
0 commit comments