mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Improve docs
This commit is contained in:
parent
01cd21e489
commit
8a3f464040
1 changed files with 6 additions and 2 deletions
|
|
@ -167,8 +167,10 @@ const options = {
|
|||
// - The playlist and milkdrop windows may specify a `size` object with
|
||||
// `extraHeight` and `extraWidth`.
|
||||
//
|
||||
// **Note:** After windows are positioned, they are then centered _as a group_ within the
|
||||
// DOM element that Webamp is rendered into.
|
||||
// **Note:** After windows are positioned, they are then centered _as a group_
|
||||
// within the DOM element that Webamp is rendered into.
|
||||
//
|
||||
// **Since** @next
|
||||
windowLayout: {
|
||||
main: {
|
||||
position: { top: 0, left: 0 },
|
||||
|
|
@ -192,6 +194,8 @@ const options = {
|
|||
// Optional. (Default: `false`) Should double size mode be enabled?
|
||||
// **Note:** In keeping with the original Winamp, double size mode
|
||||
// does not apply to resizable windows like the equalizer or Milkdrop.
|
||||
//
|
||||
// **Since** @next
|
||||
enableDoubleSizeMode: true,
|
||||
|
||||
// Optional. (Default: `false`) Should global hotkeys be enabled?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue