User ear healthy

This commit is contained in:
LittleSheep 2025-03-27 23:52:37 +08:00
parent a1c4e5eca0
commit 8f2fc55608

View File

@ -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,
);
}
}