insanityfarm / hyperterm-mactabs

Better tab styles for HyperTerm on macOS
MIT License
57 stars 7 forks source link

Potential conflict with other plugins #7

Open charlesscheuer opened 5 years ago

charlesscheuer commented 5 years ago

In my plugins on the .hyper.js file I have

plugins: [
    'hyper-papercolor',
    'hyper-tab-icons',
    'hyperterm-mactabs',
    'hyper-statusline'
  ]

When I first load hyper, I can not see the red, yellow, and green macintosh window circles, but commenting out hyperterm-mactabs and reloading brings them back. If I then uncomment this plugin and reload then the window circles remain in the position. What might be causing this issue and is there a way to resolve?