ssdlkfjaslkf

This commit is contained in:
neon443
2025-05-06 21:05:28 +01:00
parent b88bc11b36
commit 5f5702d958

View File

@@ -133,7 +133,7 @@ struct ContentView: View {
}
.onAppear() {
Task {
notifsGranted = await requestNotifs()
await requestNotifs()
}
}
}