oobe improvemnets
- added close and minimize buttons (windows/linux only) - added drag region to top - optimized for smaller window sizes
This commit is contained in:
parent
83cbcd8348
commit
11586b251c
4 changed files with 86 additions and 7 deletions
|
@ -18,7 +18,7 @@ const CiderKit = {
|
|||
body: body,
|
||||
options: options
|
||||
})
|
||||
let response = await fetch("http://localhost:9000/api/musickit/v3", opts);
|
||||
let response = await fetch("./api/musickit/v3", opts);
|
||||
return response.json()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue