diff options
| -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 ? ( <> |
