Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Defaults // Update configurable resinNotificationThreshold settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Jun 11, 2024
1 parent 4125682 commit 653cbce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private struct CustomizeStaminaNotificationSettingView: View {
isActivated.toggle()
}
}
Slider(value: $newNumber, in: 10.0 ... 239.0, step: 5.0) {
Slider(value: $newNumber, in: 10.0 ... 240.0, step: 5.0) {
Text("\(numberToSave)")
.foregroundColor(newNumberIsValid ? .primary : .red)
}
Expand Down

0 comments on commit 653cbce

Please sign in to comment.