mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 13:25:10 +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() {
|
||||
const win = new BrowserWindow({
|
||||
...SplashProps,
|
||||
transparent: false,
|
||||
frame: true,
|
||||
autoHideMenuBar: true,
|
||||
height: 470,
|
||||
|
|
Loading…
Add table
Reference in a new issue