mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-24 22:26:42 +00:00
remove 'About' from taskbar apps
This commit is contained in:
@@ -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 = ?`,
|
||||
|
||||
Reference in New Issue
Block a user