implement alerts, delete
This commit is contained in:
@@ -20,6 +20,10 @@ struct StopwatchRow: View {
|
||||
Text("\(stopwatch.formattedTime(format: settings.timeFormat))")
|
||||
.font(.largeTitle)
|
||||
.monospacedDigit()
|
||||
Text("Laps: \(stopwatch.laps.count + (stopwatch.isRunning ? 1 : 0))")
|
||||
.font(.caption)
|
||||
.monospaced()
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
Reference in New Issue
Block a user