Change notification icon and priority

This commit is contained in:
Anton Tananaev 2025-07-12 11:45:04 -07:00
parent 0b447be286
commit 3b3a034c15
2 changed files with 14 additions and 0 deletions

View file

@ -111,6 +111,10 @@ class Preferences {
positiveAction: 'Change to {backgroundPermissionOptionLabel}',
negativeAction: 'Cancel'
),
notification: bg.Notification(
smallIcon: 'drawable/ic_stat_notify',
priority: bg.Config.NOTIFICATION_PRIORITY_MIN,
),
);
}