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