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

Commit

Permalink
Merge pull request #8866 from brave/8626
Browse files Browse the repository at this point in the history
Shows notification caret on pinned tabs
  • Loading branch information
cezaraugusto committed May 15, 2017
2 parents bf55709 + f829362 commit 4de5c8e
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 4de5c8e

Please sign in to comment.