fix(renderer): fix macos traffic lights gap

- resolve #2035
This commit is contained in:
Su-Yong
2024-05-25 21:24:06 +09:00
parent 3a42d700fe
commit 4557aff9b6
3 changed files with 13 additions and 1 deletions

View File

@ -225,6 +225,7 @@ const preload = async () => {
t: i18t.bind(i18next),
};
defineYTMDTransElements();
document.body.dataset.os = navigator.userAgent;
};
const main = async () => {