Skip to content

Commit 296cd48

Browse files
author
ci-bot
committed
chore: mark bottomBar as required to remove it from Plugin Manager
1 parent 7b20a4c commit 296cd48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/remix-ide/src/app/components/bottom-bar-panel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const profile = {
1010
methods: [],
1111
events: [],
1212
description: 'Editor bottom bar (renders above dragbar-terminal)',
13-
version: packageJson.version
13+
version: packageJson.version,
14+
kind: 'system'
1415
}
1516

1617
export default class BottomBarPanel extends Plugin {

apps/remix-ide/src/remixAppManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ let requiredModules = [
3535
'menuicons',
3636
'filePanel',
3737
'terminal',
38+
'bottomBar',
3839
'statusBar',
3940
'settings',
4041
'pluginManager',

0 commit comments

Comments
 (0)