remove 'About' from taskbar apps

This commit is contained in:
jelveh 2024-10-26 09:56:57 -07:00
parent 515051dabf
commit 161be7fe6b

View File

@ -1760,7 +1760,6 @@ async function get_taskbar_items(user) {
{name: 'camera', type: 'app'},
{name: 'recorder', type: 'app'},
{name: 'terminal', type: 'app'},
{name: 'about', type: 'app'},
];
await db.write(
`UPDATE user SET taskbar_items = ? WHERE id = ?`,