diff --git a/packages/desktop/src/index.ts b/packages/desktop/src/index.ts index 493e4af..f4d73ae 100644 --- a/packages/desktop/src/index.ts +++ b/packages/desktop/src/index.ts @@ -47,6 +47,8 @@ const createWindow = (): void => { // backgroundColor: "#00000000", + alwaysOnTop: true, // testing purposes + frame: false, roundedCorners: false, });