frontend: reformat code around mpv.scriptOpts

main
Felix Stupp 2 months ago
parent 183367d579
commit cf67f4332a
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -196,23 +196,20 @@ in
sponsorblock
thumbfast
];
scriptOpts = {
modernx = {
# order by README (https://github.com/zydezu/ModernX#configurable-options)
# general
welcomescreen = true;
# interface
persistentprogress = true;
# button
timetotal = false;
downloadbutton = false;
showyoutubecomments = false;
scriptOpts =
{
modernx = {
# order by README (https://github.com/zydezu/ModernX#configurable-options)
# general
welcomescreen = true;
# interface
persistentprogress = true;
# button
timetotal = false;
downloadbutton = false;
showyoutubecomments = false;
};
};
};
};
texlive = {

Loading…
Cancel
Save