diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-06 11:16:28 -0400 |
|---|---|---|
| committer | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-06 11:16:28 -0400 |
| commit | 2f288a0c133456f7da743c97ce4f8bfd4ca27cfe (patch) | |
| tree | 5abe4733fb57941a8dac6e167501abca870f0feb | |
| parent | 26246a327146faa59f889c7b62729243091029d4 (diff) | |
| download | decky-lsfg-vk-2f288a0c133456f7da743c97ce4f8bfd4ca27cfe.tar.gz decky-lsfg-vk-2f288a0c133456f7da743c97ce4f8bfd4ca27cfe.zip | |
ui: note 23.08 runtime removal
| -rw-r--r-- | src/components/FlatpaksModal.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/FlatpaksModal.tsx b/src/components/FlatpaksModal.tsx index 479b919..c508546 100644 --- a/src/components/FlatpaksModal.tsx +++ b/src/components/FlatpaksModal.tsx @@ -169,6 +169,12 @@ export const FlatpaksModal: FC<FlatpaksModalProps> = ({ closeModal }) => { {/* Extension Status Section */} <DialogControlsSection> <DialogControlsSectionHeader>{t('FLATPAK_RUNTIME_INSTALLER', 'Runtime Extension Installer')}</DialogControlsSectionHeader> + <PanelSectionRow> + <Field + label="Runtime 23.08" + description="No longer supported; use 24.08 or 25.08." + /> + </PanelSectionRow> {extensionStatus && extensionStatus.success ? ( <> |
