Skip to content

Commit

Permalink
Remove EmptyView within Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Sep 29, 2024
1 parent a7d955e commit c7d9de8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Quality/QualityApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ struct QualityApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate

var body: some Scene {
Settings {
EmptyView()
}
Settings {}
}
}

0 comments on commit c7d9de8

Please sign in to comment.