improve tor notification

This commit is contained in:
Fabian Freund
2025-06-28 14:27:08 +02:00
parent 9a0d0508a1
commit e538d25776
6 changed files with 2 additions and 0 deletions
@@ -41,6 +41,8 @@ class _TorService {
onStart: onStart,
isForegroundMode: true,
autoStartOnBoot: false,
initialNotificationTitle: 'Tor Service',
initialNotificationContent: 'Running in background',
),
);