Skip to content

Commit

Permalink
sync: put app-center in the taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Oct 21, 2024
1 parent 8b1a935 commit 60fdce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,7 @@ async function get_taskbar_items(user) {
// add default apps.
if(!user.taskbar_items){
taskbar_items_from_db = [
{name: 'app-center', type: 'app'},
{name: 'editor', type: 'app'},
{name: 'dev-center', type: 'app'},
{name: 'draw', type: 'app'},
Expand Down

0 comments on commit 60fdce9

Please sign in to comment.