We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2139ace commit a8d8282Copy full SHA for a8d8282
packages/app/src/app/overmind/utils/items.ts
@@ -32,6 +32,7 @@ const FILES: INavigationItem = {
32
id: 'files',
33
name: 'Explorer',
34
hasCustomHeader: true,
35
+ defaultOpen: true,
36
};
37
38
const GITHUB: INavigationItem = {
@@ -60,7 +61,6 @@ const LIVE: INavigationItem = {
60
61
const SERVER: INavigationItem = {
62
id: 'server',
63
name: 'Server Control Panel',
- defaultOpen: true,
64
65
66
export function getDisabledItems(store: any): INavigationItem[] {
0 commit comments