1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00

fix pomodoro icon not showing up on catalina

This commit is contained in:
Sam Flattery 2020-01-06 19:17:29 +00:00
parent 878cd346c1
commit bdfb7118c9

View File

@ -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