main
Laurent 2 years ago
parent 9b4bc17140
commit a3917a88f6
  1. 2
      LeCountdown/Sound/Sound.swift
  2. 2
      LeCountdown/Views/Reusable/TimePickerView.swift

@ -193,7 +193,7 @@ enum Sound: Int, CaseIterable, Identifiable, Localized {
case .tropicalForestMorning: return "QP01 0037 Tropical forest morning.wav"
case .desertMorning: return "QP01 0130 Desert morning bird chorus.wav"
case .wetland: return "QP01 0096 Wetland lake early morning.wav"
case .riparianZone: return "QP01 0096 Wetland lake early morning.wav"
case .riparianZone: return "QP01 0118 Riparian Zone thrush.wav"
case .ESM_Ambient_Game_Menu_Soft_Wood: return "ESM_Ambient_Game_Menu_Soft_Wood_Confirm_1_Notification_Button_Settings_UI.wav"
case .sbRose: return "rose1.mp3"
case .trancosoBowl: return "trancoso_bowl1.mp3"

@ -110,7 +110,7 @@ struct TimePickerView: View {
fileprivate func _computeDuration() {
self.duration = Double(hours) * 3600.0 + Double(minutes) * 60.0 + Double(seconds)
Logger.log("duration = \(self.duration)")
// Logger.log("duration = \(self.duration)")
}
var body: some View {

Loading…
Cancel
Save