mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
change file names to lower case
This commit is contained in:
@ -7,7 +7,7 @@ function $(selector) { return document.querySelector(selector); }
|
||||
let options;
|
||||
|
||||
const switchButtonDiv = ElementFromFile(
|
||||
templatePath(__dirname, "buttonTemplate.html")
|
||||
templatePath(__dirname, "button_template.html")
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user