Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit ecf459b

Browse files
authored
Merge branch 'main' into feat/docs
2 parents 846aaee + 0723a38 commit ecf459b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-electron/electron-main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ function createMediaWindow() {
5656
alwaysOnTop: false,
5757
backgroundColor: 'black',
5858
frame: false,
59-
// roundedCorners: windowOpts.fullscreen,
60-
fullscreen: false,
6159
height: 720,
6260
icon: path.resolve(path.join(__dirname, 'icons', 'media-player.png')),
6361
minHeight: 110,

0 commit comments

Comments
 (0)