diff --git a/plugins/captions-selector/front.js b/plugins/captions-selector/front.js index 9ae9dbde..275d7803 100644 --- a/plugins/captions-selector/front.js +++ b/plugins/captions-selector/front.js @@ -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) => { diff --git a/plugins/captions-selector/templates/captionsSettingsTemplate.html b/plugins/captions-selector/templates/captions-settings-template.html similarity index 100% rename from plugins/captions-selector/templates/captionsSettingsTemplate.html rename to plugins/captions-selector/templates/captions-settings-template.html