Skip to content

Commit

Permalink
chore: remove Kui Settings notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
myan9 authored and k8s-ci-robot committed Jun 1, 2021
1 parent 60d744b commit ac75d4a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 737 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async () => {
/* const { notebookVFS } = await import('@kui-shell/plugin-core-support')
notebookVFS.cp(
undefined,
['plugin://plugin-client-common/notebooks/welcome.json', 'plugin://plugin-client-common/notebooks/settings.json'],
['plugin://plugin-client-common/notebooks/welcome.json'],
'/kui'
) */
}
1 change: 0 additions & 1 deletion packages/core/src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export const install = (createWindow: (executeThisArgvPlease?: string[]) => void
const separator: MenuItemConstructorOptions = { type: 'separator' }
const submenu: MenuItemConstructorOptions[] = [
about,
notebook('Configure Kui', '/kui/settings.json'),
separator,
{ role: 'services', submenu: [] as MenuItemConstructorOptions[] },
separator,
Expand Down
Loading

0 comments on commit ac75d4a

Please sign in to comment.