Skip to content

Commit

Permalink
fix: reset tab background on load-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Sep 30, 2019
1 parent 3510455 commit d6aa4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/views/app/models/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export class ITab {
isMainFrame: boolean,
) => {
if (isMainFrame) {
this.background = store.theme.accentColor;
this.favicon = '';
this.blockedAds = 0;

Expand Down

0 comments on commit d6aa4ce

Please sign in to comment.