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

Merge pull request #260 from samflattery/master

fix pomodoro icon not showing up on catalina
This commit is contained in:
Anton Palgunov 2020-01-08 14:57:23 +00:00 committed by GitHub
commit aeee9983d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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