From 04cdfafe31bcec199dc8ebf2d64a98e65edf673c Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 23 Dec 2025 04:03:14 +0100 Subject: [PATCH] Show uninstall button for updatable extension fixes #1042 --- CHANGELOG.md | 1 + src/features/extension/info/screens/ExtensionInfo.tsx | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ba7956..873b184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - (**Reader**) Fix current page detection in continuous horizontal mode with right-to-left reading mode - (**Reader**) Fix occasionally jumping to random pages in continuous reading modes - (**Extension**) Fix handling obsolete extensions as updatable in case they are marked as having an available update +- (**Extension**) Fix being unable to uninstall an extension that can be updated - (**Theme**) Fix loading of fonts defined in themes - (**Reader**) Fix broken scrolling in continuous horizontal reading mode diff --git a/src/features/extension/info/screens/ExtensionInfo.tsx b/src/features/extension/info/screens/ExtensionInfo.tsx index 392dc092..c7051178 100644 --- a/src/features/extension/info/screens/ExtensionInfo.tsx +++ b/src/features/extension/info/screens/ExtensionInfo.tsx @@ -78,7 +78,10 @@ export const ExtensionInfo = () => {
- + + + {extension.hasUpdate && } + {sources.map((source) => (