Skip to content

Commit 5718338

Browse files
committed
refactor: remove unnecessary Settings scene from VolumeGridApp
1 parent 12ae89c commit 5718338

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

VolumeGrid/VolumeGridApp.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ struct VolumeGridApp: App {
5656
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
5757

5858
var body: some Scene {
59-
Settings {
60-
EmptyView()
61-
}
59+
// No scenes needed for status bar app
6260
}
6361
}

0 commit comments

Comments
 (0)