Snakecase template name

This commit is contained in:
TC
2023-01-14 16:07:24 +01:00
parent 4674a25746
commit 1b7bb4703a
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const { ipcRenderer } = require("electron");
function $(selector) { return document.querySelector(selector); }
const captionsSettingsButton = ElementFromFile(
templatePath(__dirname, "captionsSettingsTemplate.html")
templatePath(__dirname, "captions-settings-template.html")
);
module.exports = (options) => {