frontend: reformat code around mpv.scriptOpts

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

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

Loading…
Cancel
Save