diff --git a/MTMR/TouchBarController.swift b/MTMR/TouchBarController.swift index a3b28ca..3a5744a 100644 --- a/MTMR/TouchBarController.swift +++ b/MTMR/TouchBarController.swift @@ -215,6 +215,11 @@ class TouchBarController: NSObject, NSTouchBarDelegate { let button = item.button! button.imageScaling = .scaleProportionallyDown button.imagePosition = .imageLeading + + if (button.title == "") { + button.imagePosition = .imageOnly + } + button.imageHugsTitle = true button.cell?.image = source.image button.bezelColor = .clear