From 4215058911438bce48568ea782ce62dbd8e35d8c Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Mon, 9 Jun 2025 00:38:07 -0500 Subject: [PATCH] fix(gui): don't show dial errors for paused devices (fixes #10166) (#10167) ### Purpose Fixes the problem where paused devices show errors from dials from previous disconnections (#10166). ### Testing Tested manually by reproducing using the steps in the mentioned issue. ### Screenshots Before: ![dial errors](https://github.com/user-attachments/assets/c12a5566-beb2-4b27-9fcb-5a6d1397028d) After: ![no dial errors](https://github.com/user-attachments/assets/7a31e1e6-243a-4b15-b3a1-cf226b58abe0) Co-authored-by: Jakob Borg --- gui/default/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index aba8a411a..cb188716f 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -874,11 +874,11 @@ {{addr}}
- {{abbreviatedError(addr)}}
+ {{abbreviatedError(addr)}}
{{addr}}
- {{abbreviatedError(addr)}}
+ {{abbreviatedError(addr)}}