mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
### What does this PR do? Adds a setting when set in `~/.local/share/containers/podman-desktop/configuration/settings.json` disables showing the "Local Extensions" tab. ### Screenshot / video of UI `extensions.localExtensions.enabled": true`: `extensions.localExtensions.enabled": false`: ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes https://github.com/podman-desktop/podman-desktop/issues/16037 ### How to test this PR? <!-- Please explain steps to verify the functionality, do not forget to provide unit/component tests --> - [X] Tests are covering the bug fix or the new feature 1. Edit `~/.local/share/containers/podman-desktop/configuration/settings.json` 2. Set `extensions.localExtensions.enabled": false` 3. `pnpm watch` 4. See there no more "Local Extensions" tab in Extensions section Signed-off-by: Charlie Drage <charlie@charliedrage.com> |
||
|---|---|---|
| .. | ||
| blog | ||
| docs | ||
| src | ||
| static | ||
| tutorial | ||
| .gitignore | ||
| .prettierignore | ||
| babel.config.js | ||
| docusaurus.config.js | ||
| package.json | ||
| release-notes-parser.spec.ts | ||
| release-notes-parser.ts | ||
| sidebar-content-parser.spec.ts | ||
| sidebar-content-parser.ts | ||
| sidebars-api.js | ||
| sidebars.js | ||
| storybook.spec.ts | ||
| storybook.ts | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vitest.config.js | ||