From 8f2fc556085c48446f81bd50b024b2e93b6fed2d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 27 Mar 2025 23:52:37 +0800 Subject: [PATCH] :wheelchair: User ear healthy --- lib/providers/notification.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/providers/notification.dart b/lib/providers/notification.dart index b592a27..bbb503d 100644 --- a/lib/providers/notification.dart +++ b/lib/providers/notification.dart @@ -105,6 +105,7 @@ class NotificationProvider extends ChangeNotifier { if (now.day == 1 && now.month == 4) { _notifySoundPlayer.play( AssetSource('audio/notify/metal-pipe.mp3'), + volume: 0.6, ); } }