general: improving build process, start repeated code extraction
This commit is contained in:
@@ -189,7 +189,7 @@ struct MenuBarContentView: View {
|
||||
|
||||
// Show all timers using unified identifier system
|
||||
ForEach(getSortedTimerIdentifiers(timerEngine: timerEngine), id: \.self) { identifier in
|
||||
if let state = timerEngine.timerStates[identifier] {
|
||||
if timerEngine.timerStates[identifier] != nil {
|
||||
TimerStatusRowWithIndividualControls(
|
||||
identifier: identifier,
|
||||
timerEngine: timerEngine,
|
||||
|
||||
Reference in New Issue
Block a user