mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Move download history button
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user