diff options
| author | marios <marios8543@gmail.com> | 2025-10-07 01:08:39 +0300 |
|---|---|---|
| committer | marios <marios8543@gmail.com> | 2025-10-07 01:08:39 +0300 |
| commit | 6640279ab341b95605c71165dc1c295afbf77a58 (patch) | |
| tree | d3b2c50541295a1a5a794d2d6abddd893e9354f8 /frontend/src/components/modals/PluginDisablelModal.tsx | |
| parent | 6fba20239b305e92a79b360ee87850f8f2d9b62e (diff) | |
| download | decky-loader-6640279ab341b95605c71165dc1c295afbf77a58.tar.gz decky-loader-6640279ab341b95605c71165dc1c295afbf77a58.zip | |
add frontend
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; |
