Laurent 2 years ago
parent 6f99988130
commit 4ab4d3df70
  1. 2
      LeCountdown/Views/Reusable/VolumeView.swift
  2. 2
      LeCountdown/en.lproj/Localizable.strings

@ -38,7 +38,7 @@ struct VolumeView: UIViewRepresentable {
fileprivate func _setVolume(volumeView: MPVolumeView) {
if let slider = volumeView.subviews.first(where: { $0 is UISlider }) as? UISlider {
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.01) {
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.1) {
Logger.log("update volume view to \(Preferences.defaultVolume)")
slider.setValue(Preferences.defaultVolume, animated: false)

@ -1,4 +1,4 @@
"You'll find your timers here. Start by creating them on the left screen" = "You'll find your timers here.\nStart by creating using the top right button!";
"Disclaimer" = "This is a beta version of Enchant.\n\nPlease don't depend on the app for critical events :)\n\n If you have some feedback or an issue, please tell me about it through the settings or within Testflight!";
"Widget Tip" = "Quickly launch your timers with widget. You can add them by modifying your home or lock screen.";
"Widget Tip" = "Quickly launch your timers with widgets. You can add them by modifying your home or lock screen.";
"Play confirmation sound" = "Play sound on start";

Loading…
Cancel
Save