mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-18 21:52:05 +00:00
fix crossfade option prompt height
This commit is contained in:
@ -18,7 +18,6 @@ async function promptCrossfadeValues(win, options) {
|
|||||||
const res = await prompt(
|
const res = await prompt(
|
||||||
{
|
{
|
||||||
title: "Crossfade Options",
|
title: "Crossfade Options",
|
||||||
label: "",
|
|
||||||
type: "multiInput",
|
type: "multiInput",
|
||||||
multiInputOptions: [
|
multiInputOptions: [
|
||||||
{
|
{
|
||||||
@ -58,7 +57,7 @@ async function promptCrossfadeValues(win, options) {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
resizable: true,
|
resizable: true,
|
||||||
height: 355,
|
height: 360,
|
||||||
...promptOptions(),
|
...promptOptions(),
|
||||||
},
|
},
|
||||||
win,
|
win,
|
||||||
|
|||||||
Reference in New Issue
Block a user