Skip to content

Commit

Permalink
try to remove 'apps' btn
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Dec 12, 2023
1 parent ec883a9 commit 2ac6400
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/mini/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,14 @@ async function initUIcomponents() {
zIndex: 601,
mainToolsCallback: mainMenuChange,
subTools: subToolsOpt,
mainTools: [
{
icon: 'apps',
title: 'Applications',
type: 'check',
value: 'apps',
}
]
});

// create two side menus for tools
Expand Down

0 comments on commit 2ac6400

Please sign in to comment.