aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/TouchBar.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/TouchBar.js b/src/lib/TouchBar.js
index 6831c7870..97c02d194 100644
--- a/src/lib/TouchBar.js
+++ b/src/lib/TouchBar.js
@@ -24,8 +24,6 @@ export default class FranzTouchBar {
24 _build() { 24 _build() {
25 const currentWindow = remote.getCurrentWindow(); 25 const currentWindow = remote.getCurrentWindow();
26 26
27 currentWindow._setEscapeTouchBarItem = () => {};
28
29 if (this.stores.user.isLoggedIn) { 27 if (this.stores.user.isLoggedIn) {
30 const { TouchBar } = remote; 28 const { TouchBar } = remote;
31 const { TouchBarButton, TouchBarSpacer } = TouchBar; 29 const { TouchBarButton, TouchBarSpacer } = TouchBar;