feature: use an X to show offline status instead of orange circle

This commit is contained in:
Bryan Gerlach
2024-12-12 17:23:34 -06:00
parent 68a3441715
commit 2172183553

View File

@@ -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
+ )));
}