Skip to content

Commit

Permalink
remove rounded corners from popup window
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Nov 10, 2024
1 parent edf0e42 commit 9e3d9de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electron-chrome-extensions/src/browser/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class PopupView {
resizable: false,
skipTaskbar: true,
backgroundColor: '#ffffff',
roundedCorners: false,
webPreferences: {
session: opts.session,
sandbox: true,
Expand Down

0 comments on commit 9e3d9de

Please sign in to comment.