diff options
| author | Jesse Bofill <jesse_bofill@yahoo.com> | 2025-10-06 15:39:59 -0600 |
|---|---|---|
| committer | Jesse Bofill <jesse_bofill@yahoo.com> | 2025-10-06 15:39:59 -0600 |
| commit | d2b6999520c7e7425a757644c30bc6b494f57b8c (patch) | |
| tree | 20954df00c51c4a42411b71defcd60a70c4daf33 /frontend/src/components/modals/PluginDisablelModal.tsx | |
| parent | 1ae6519209c9bf079d8dff80d5bceb5a847b08b1 (diff) | |
| download | decky-loader-d2b6999520c7e7425a757644c30bc6b494f57b8c.tar.gz decky-loader-d2b6999520c7e7425a757644c30bc6b494f57b8c.zip | |
fix mistakes
Diffstat (limited to 'frontend/src/components/modals/PluginDisablelModal.tsx')
| -rw-r--r-- | frontend/src/components/modals/PluginDisablelModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/PluginDisablelModal.tsx b/frontend/src/components/modals/PluginDisablelModal.tsx index 89cda293..c455f9fa 100644 --- a/frontend/src/components/modals/PluginDisablelModal.tsx +++ b/frontend/src/components/modals/PluginDisablelModal.tsx @@ -1,7 +1,7 @@ import { ConfirmModal, Spinner } from '@decky/ui'; import { FC, useState } from 'react'; -import { disablePlugin, uninstallPlugin } from '../../plugin'; +import { disablePlugin } from '../../plugin'; interface PluginUninstallModalProps { name: string; |
