From bdfb7118c951ce1fc412197e051e103ee48aad02 Mon Sep 17 00:00:00 2001 From: Sam Flattery Date: Mon, 6 Jan 2020 19:17:29 +0000 Subject: [PATCH] fix pomodoro icon not showing up on catalina --- MTMR/Widgets/PomodoroBarItem.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTMR/Widgets/PomodoroBarItem.swift b/MTMR/Widgets/PomodoroBarItem.swift index 7b824f7..7e081f7 100644 --- a/MTMR/Widgets/PomodoroBarItem.swift +++ b/MTMR/Widgets/PomodoroBarItem.swift @@ -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