mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
refactor: new settings components
This commit is contained in:
@@ -128,6 +128,11 @@ export default class SettingsFunctions {
|
||||
document.body.classList.add('dark');
|
||||
}
|
||||
|
||||
const tabName = localStorage.getItem('tabName');
|
||||
if (tabName) {
|
||||
document.title = tabName;
|
||||
}
|
||||
|
||||
// easter egg
|
||||
console.log(`
|
||||
█████████████████████████████████████████████████████████████
|
||||
|
||||
Reference in New Issue
Block a user