Skip to content

Commit

Permalink
chore: Remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Jun 18, 2022
1 parent 22bbb06 commit 2c32358
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ async function createWindow() {

}
});
const electronCustomCaption = require('electron-windows-caption-color');
electronCustomCaption.SetCaptionColor(mainWindow, 255, 0, 0); // Red
const oldUserAgent = mainWindow.webContents.getUserAgent();
const currVersion = app.getVersion();
const newUserAgent = `${process.platform}ThreemaDesktop/${currVersion}-${oldUserAgent}`;
Expand Down

0 comments on commit 2c32358

Please sign in to comment.