mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
Snakecase template name
This commit is contained in:
@ -4,7 +4,7 @@ const { ipcRenderer } = require("electron");
|
|||||||
function $(selector) { return document.querySelector(selector); }
|
function $(selector) { return document.querySelector(selector); }
|
||||||
|
|
||||||
const captionsSettingsButton = ElementFromFile(
|
const captionsSettingsButton = ElementFromFile(
|
||||||
templatePath(__dirname, "captionsSettingsTemplate.html")
|
templatePath(__dirname, "captions-settings-template.html")
|
||||||
);
|
);
|
||||||
|
|
||||||
module.exports = (options) => {
|
module.exports = (options) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user