From 2172183553f5a914906701a2ff2ddda771cdbe5e Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 12 Dec 2024 17:23:34 -0600 Subject: [PATCH] feature: use an X to show offline status instead of orange circle --- .github/patches/xoffline.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/patches/xoffline.diff b/.github/patches/xoffline.diff index e9ead0b..85b0d6b 100644 --- a/.github/patches/xoffline.diff +++ b/.github/patches/xoffline.diff @@ -13,7 +13,7 @@ index 0a15eb45b..d776dd556 100644 + : Icon( + Icons.close, // Red X for offline (Material Icon) + color: Colors.red, -+ size: 6.0, // Adjust size as needed ++ size: 15.0, // Adjust size as needed + ))); }