From 0852502f5205b12d1ac01270cb3bf667467b0b8c Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 20 Oct 2025 22:19:19 +0200 Subject: [PATCH] show re-install firmware button --- interface/src/app/status/Version.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interface/src/app/status/Version.tsx b/interface/src/app/status/Version.tsx index c06e3538e..0178cac27 100644 --- a/interface/src/app/status/Version.tsx +++ b/interface/src/app/status/Version.tsx @@ -273,6 +273,14 @@ const Version = () => { {LL.LATEST_VERSION(usingDevVersion ? LL.DEVELOPMENT() : LL.STABLE())} + ); }