change file names to lower case

This commit is contained in:
Araxeus
2021-11-01 23:10:15 +02:00
parent 0287b69424
commit 62bacf76d0
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function $(selector) { return document.querySelector(selector); }
let options;
const switchButtonDiv = ElementFromFile(
templatePath(__dirname, "buttonTemplate.html")
templatePath(__dirname, "button_template.html")
);