[READ-ONLY] Mirror of https://github.com/probablykasper/remind-me-again. Toggleable cron reminders app for Mac, Linux and Windows
linux macos notifications reminder tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix notifications permission request

Kasper (May 7, 2023, 6:30 AM +0200) 4201133e b2e30717

+4 -1
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## Next 4 + - Fix notifications permission request 5 + 3 6 ## 1.2.0 - 2023 May 7 4 7 - Start minimized 5 8 - Show only `Done` button on macOS
+1 -1
src-tauri/src/main.rs
··· 52 52 } 53 53 }; 54 54 55 - #[cfg(all(debug_assertions, target_os = "macos"))] 55 + #[cfg(all(not(debug_assertions), target_os = "macos"))] 56 56 { 57 57 rust_macios::user_notifications::UNUserNotificationCenter::current_notification_center() 58 58 .request_authorization_with_options_completion_handler(