Move download history button

This commit is contained in:
Natsumi
2022-03-30 22:37:06 +13:00
parent 97761f81c1
commit bb5b58f21b
4 changed files with 22 additions and 4 deletions

View File

@@ -11417,6 +11417,10 @@ speechSynthesis.getVoices();
} else {
AppApi.ChangeTheme(0);
}
var dateObj = new Date();
if (dateObj.getMonth() === 3 && dateObj.getDate() === 1) {
AppApi.DoFunny();
}
window
.matchMedia('(prefers-color-scheme: dark)')
.addEventListener('change', (e) => {