Fix for new notification send
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ show_custom_reminder_input() {
|
|||||||
if [[ $minutes =~ ^[0-9]+$ ]] && ((minutes > 0)); then
|
if [[ $minutes =~ ^[0-9]+$ ]] && ((minutes > 0)); then
|
||||||
show_reminder_message_input "$minutes"
|
show_reminder_message_input "$minutes"
|
||||||
elif [[ -n $minutes ]]; then
|
elif [[ -n $minutes ]]; then
|
||||||
omarchy-notification-send "" "Invalid reminder" "Enter the number of minutes" -u critical
|
omarchy-notification-send -g "Invalid reminder" "Enter the number of minutes" -u critical
|
||||||
show_custom_reminder_input
|
show_custom_reminder_input
|
||||||
else
|
else
|
||||||
back_to show_reminder_menu
|
back_to show_reminder_menu
|
||||||
|
|||||||
Reference in New Issue
Block a user