diff --git a/Piper/Sources/App/PiperApp.swift b/Piper/Sources/App/PiperApp.swift index b8975a9..50d81e5 100644 --- a/Piper/Sources/App/PiperApp.swift +++ b/Piper/Sources/App/PiperApp.swift @@ -35,6 +35,10 @@ struct PiperApp: App { Image(systemName: "circle.fill") } .menuBarExtraStyle(.window) + + Settings { + SettingsView() + } } }