Remove confusing comment

This commit is contained in:
Ajay
2025-03-06 03:10:21 -05:00
parent f4dc98112a
commit e8b3753a17

View File

@@ -1856,7 +1856,7 @@ function createButton(baseID: string, title: string, callback: () => void, image
newButton.classList.add("playerButton");
newButton.classList.add("ytp-button");
if (isOnYTTV()) {
newButton.setAttribute("style", "width: 40px; height: 40px"); // these numbers don't actually matter
newButton.setAttribute("style", "width: 40px; height: 40px");
}
newButton.setAttribute("title", chrome.i18n.getMessage(title));
newButton.addEventListener("click", () => {