Skip to content

Commit

Permalink
remove 'About' from taskbar apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Oct 26, 2024
1 parent 515051d commit 161be7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ?`,
Expand Down

0 comments on commit 161be7f

Please sign in to comment.