Skip to content

Commit

Permalink
ELECTRON IS SO FUCKING STUPID LMAO FUCKING KILL ME PIECE OF SHIT SOFT…
Browse files Browse the repository at this point in the history
…WARE
  • Loading branch information
Lleyton Gray committed Dec 5, 2021
1 parent 542d5d8 commit 29f8133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skye",
"version": "6.2.1",
"version": "6.2.2",
"sideEffects": false,
"description": "Extensible, fast and innovative web browser with Innatical UI.",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion src/main/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class View {
},
});

this.browserView.setBackgroundColor('#fff');
this.browserView.setBackgroundColor('#FFFFFFFF');

this.incognito = incognito;

Expand Down Expand Up @@ -131,6 +131,7 @@ export class View {
});

this.webContents.addListener('did-navigate', async (e, url) => {
this.browserView.setBackgroundColor('#FFFFFFFF');
this.emitEvent('did-navigate', url);
await this.addHistoryItem(url);
await this.updateURL(url);
Expand Down

0 comments on commit 29f8133

Please sign in to comment.