Skip to content

Commit

Permalink
Merge pull request #329 from thatcomputerguy0101/thatcomputerguy0101-…
Browse files Browse the repository at this point in the history
…touchbar-import-patch
  • Loading branch information
aminya authored Jun 7, 2021
2 parents 72fd9ff + d14d6b9 commit 74d63f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function activate() {

async function useTouchBar() {
if (atom.config.get('tool-bar.useTouchBar') && process.platform === 'darwin') {
let TouchBarManager = await import('./touch-bar-manager');
let {TouchBarManager} = await import('./touch-bar-manager');
touchBarManager = new TouchBarManager();
}
}
Expand Down

0 comments on commit 74d63f6

Please sign in to comment.