Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Shows notification caret on pinned tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed May 14, 2017
1 parent bf55709 commit f829362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/tabs/pinnedTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class PinnedTabs extends ImmutableComponent {
paintTabs={this.props.paintTabs}
previewTabs={this.props.previewTabs}
isActive={this.props.activeFrameKey === frame.get('key')}
notificationBarActive={this.props.notificationBarActive}
partOfFullPageSet={this.props.partOfFullPageSet} />)
}
</div>
Expand Down
1 change: 1 addition & 0 deletions app/renderer/components/tabs/tabsToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class TabsToolbar extends ImmutableComponent {
dragData={this.props.dragData}
tabPageIndex={this.props.tabPageIndex}
pinnedTabs={pinnedTabs}
notificationBarActive={this.props.notificationBarActive}
/>
: null
}
Expand Down

0 comments on commit f829362

Please sign in to comment.