mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +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(
|
||||
{
|
||||
title: "Crossfade Options",
|
||||
label: "",
|
||||
type: "multiInput",
|
||||
multiInputOptions: [
|
||||
{
|
||||
@ -58,7 +57,7 @@ async function promptCrossfadeValues(win, options) {
|
||||
},
|
||||
],
|
||||
resizable: true,
|
||||
height: 355,
|
||||
height: 360,
|
||||
...promptOptions(),
|
||||
},
|
||||
win,
|
||||
|
||||
Reference in New Issue
Block a user