From e852ab58f8b9ff99da7dbbc99d09d02035d82015 Mon Sep 17 00:00:00 2001 From: Toxblh Date: Sat, 12 May 2018 20:25:14 +0100 Subject: [PATCH] change stip icon --- MTMR/TouchBarController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTMR/TouchBarController.swift b/MTMR/TouchBarController.swift index 0c860a4..ef3be8b 100644 --- a/MTMR/TouchBarController.swift +++ b/MTMR/TouchBarController.swift @@ -151,7 +151,7 @@ class TouchBarController: NSObject, NSTouchBarDelegate { @objc func setupControlStripPresence() { DFRSystemModalShowsCloseBoxWhenFrontMost(false) let item = NSCustomTouchBarItem(identifier: .controlStripItem) - item.view = NSButton(image: #imageLiteral(resourceName: "Strip"), target: self, action: #selector(presentTouchBar)) + item.view = NSButton(image: #imageLiteral(resourceName: "StatusImage"), target: self, action: #selector(presentTouchBar)) NSTouchBarItem.addSystemTrayItem(item) DFRElementSetControlStripPresenceForIdentifier(.controlStripItem, true) }