feat(settings): add settings option to auto start sessions

#108
This commit is contained in:
Nishant Mishra
2025-12-08 19:19:09 +05:30
parent a48918351d
commit fe85bc30d4
6 changed files with 76 additions and 8 deletions

View File

@@ -107,4 +107,6 @@
<string name="media_volume_for_alarm_desc">Plays on headphones only. If headphones are disconnected, alarm plays through speaker at media volume.</string>
<string name="session_only_progress">Session-only progress</string>
<string name="session_only_progress_desc">Show progress for the current session only in notifications, rather than the full sequence.</string>
<string name="auto_start_next_session_desc">Start next session after stopping an alarm</string>
<string name="auto_start_next_session">Auto start next session</string>
</resources>