[App] Open settings #5

Merged
javier merged 10 commits from app/open-settings into main 2024-10-13 22:17:50 +00:00
Showing only changes of commit 0d79026743 - Show all commits

View File

@ -35,6 +35,10 @@ struct PiperApp: App {
Image(systemName: "circle.fill")
}
.menuBarExtraStyle(.window)
Settings {
SettingsView()
}
}
}