fix: First start ui being blank on windows (#1043)
This commit is contained in:
@@ -28,6 +28,7 @@ interface Data {
|
|||||||
export function createFirstLaunchTour() {
|
export function createFirstLaunchTour() {
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
...SplashProps,
|
...SplashProps,
|
||||||
|
transparent: false,
|
||||||
frame: true,
|
frame: true,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
height: 470,
|
height: 470,
|
||||||
|
|||||||
Reference in New Issue
Block a user