feat: actually implement system audio + refactor
This commit is contained in:
@@ -12,6 +12,8 @@ struct notetakerApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.frame(minWidth: 800, minHeight: 600)
|
||||
}
|
||||
.windowResizability(.contentSize)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user