Skip to content

Commit

Permalink
fix pomodoro icon not showing up on catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
samflattery committed Jan 6, 2020
1 parent 878cd34 commit bdfb711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTMR/Widgets/PomodoroBarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PomodoroBarItem: CustomButtonTouchBarItem, Widget {
case none
}

private let defaultTitle = "🍅"
private let defaultTitle = "🍅 "
private let workTime: TimeInterval
private let restTime: TimeInterval
private var typeTime: TimeTypes = .none
Expand Down

0 comments on commit bdfb711

Please sign in to comment.