We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34fb44 commit 077ad22Copy full SHA for 077ad22
src/lib/TouchBar.js
@@ -29,7 +29,7 @@ export default class FranzTouchBar {
29
const { TouchBarButton, TouchBarSpacer } = TouchBar;
30
31
const buttons = [];
32
- this.stores.services.enabled.forEach(((service) => {
+ this.stores.services.allDisplayed.forEach(((service) => {
33
buttons.push(new TouchBarButton({
34
label: `${service.name}${service.unreadDirectMessageCount > 0
35
? ' 🔴' : ''} ${service.unreadDirectMessageCount === 0
0 commit comments