Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit c849168

Browse files
myan9k8s-ci-robot
authored andcommitted
fix(plugins/plugin-client-default): remove Screenshot component
1 parent 209f6ce commit c849168

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugins/plugin-client-default/src/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import { CurrentGitBranch } from '@kui-shell/plugin-git'
3030
import { ProxyOfflineIndicator } from '@kui-shell/plugin-proxy-support'
3131
import { CurrentContext, CurrentNamespace } from '@kui-shell/plugin-kubectl/components'
32-
import { Screenshot, Search, UpdateChecker } from '@kui-shell/plugin-electron-components'
32+
import { Search, UpdateChecker } from '@kui-shell/plugin-electron-components'
3333

3434
import { productName } from '@kui-shell/client/config.d/name.json'
3535

@@ -116,10 +116,6 @@ export default function renderMain(props: KuiProps) {
116116
{inBrowser() && <ProxyOfflineIndicator />}
117117
{!isPopup && !inBrowser() && <UpdateChecker />}
118118
</MeterWidgets>
119-
120-
<MeterWidgets>
121-
<Screenshot />
122-
</MeterWidgets>
123119
</Kui>
124120
)
125121
}

0 commit comments

Comments
 (0)