mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 21:35:08 +00:00
fix: First start ui being blank on windows (#1043)
This commit is contained in:
parent
7b5e1ed4da
commit
8cd80f4af1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue