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

This commit is contained in:
Bryan Gerlach
2024-12-12 17:48:51 -06:00
parent 2172183553
commit e42347db77

View File

@@ -13,7 +13,7 @@ index 0a15eb45b..d776dd556 100644
+ : Icon(
+ Icons.close, // Red X for offline (Material Icon)
+ color: Colors.red,
+ size: 15.0, // Adjust size as needed
+ size: 12.0, // Adjust size as needed
+ )));
}