check macos
This commit is contained in:
@@ -8,7 +8,7 @@ class AppDelegate: FlutterAppDelegate {
|
||||
// https://github.com/leanflutter/window_manager/issues/214
|
||||
return false
|
||||
}
|
||||
func applicationDidFinishLaunching(_ aNotification: Notification) {
|
||||
override func applicationDidFinishLaunching(_ aNotification: Notification) {
|
||||
// Request notification authorization
|
||||
UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .badge]) { granted, error in
|
||||
if let error = error {
|
||||
|
||||
Reference in New Issue
Block a user