diff options
| author | Andrew Moore <andrewm.finewolf@gmail.com> | 2024-02-14 23:45:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 20:45:55 -0800 |
| commit | 7d6b8805dfc3b38515bf9752d85bce8f2c992179 (patch) | |
| tree | 1f2d369c9ab25fe24738c4c8d228ed98244cc5c5 /frontend/src/components/settings/index.tsx | |
| parent | 0dce3a8cbe5c1c26c26530a3879f0c2d2d50f9af (diff) | |
| download | decky-loader-7d6b8805dfc3b38515bf9752d85bce8f2c992179.tar.gz decky-loader-7d6b8805dfc3b38515bf9752d85bce8f2c992179.zip | |
[Feature] Freeze updates for devs (#582)v2.11.0-pre3
Diffstat (limited to 'frontend/src/components/settings/index.tsx')
| -rw-r--r-- | frontend/src/components/settings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/settings/index.tsx b/frontend/src/components/settings/index.tsx index 568a0a49..80400058 100644 --- a/frontend/src/components/settings/index.tsx +++ b/frontend/src/components/settings/index.tsx @@ -25,7 +25,7 @@ export default function SettingsPage() { }, { title: t('SettingsIndex.plugins_title'), - content: <PluginList />, + content: <PluginList isDeveloper={isDeveloper} />, route: '/decky/settings/plugins', icon: <FaPlug />, }, |
