diff --git a/MTMR/TouchBarController.swift b/MTMR/TouchBarController.swift index 2a3a927..c9a890b 100644 --- a/MTMR/TouchBarController.swift +++ b/MTMR/TouchBarController.swift @@ -207,6 +207,7 @@ class TouchBarController: NSObject, NSTouchBarDelegate { if case .image(let source)? = item.additionalParameters[.image], let item = barItem as? CustomButtonTouchBarItem { let button = item.button! button.imageScaling = .scaleProportionallyDown + button.imagePosition = .imageLeading button.cell?.image = source.image button.bezelColor = .clear }