mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: progress bar and trying to animate
This commit is contained in:
parent
f90dd82cbd
commit
3062b88f4a
4 changed files with 58 additions and 18 deletions
|
@ -57,8 +57,8 @@ export class WindowManager {
|
|||
if (this.splashWindow) return;
|
||||
|
||||
this.splashWindow = new BrowserWindow({
|
||||
width: 400,
|
||||
height: 400,
|
||||
width: 380,
|
||||
height: 380,
|
||||
frame: false,
|
||||
alwaysOnTop: false,
|
||||
webPreferences: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue