mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: achievement animation
This commit is contained in:
parent
7cddcd8147
commit
7e2d9316f3
3 changed files with 105 additions and 30 deletions
|
|
@ -107,10 +107,10 @@ export class WindowManager {
|
|||
focusable: false,
|
||||
skipTaskbar: true,
|
||||
frame: false,
|
||||
width: 240,
|
||||
height: 60,
|
||||
x: 25,
|
||||
y: 25,
|
||||
width: 350,
|
||||
height: 104,
|
||||
x: 0,
|
||||
y: 0,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "../preload/index.mjs"),
|
||||
sandbox: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue