mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-05 18:59:42 +08:00
Round server time sync
This commit is contained in:
@ -177,7 +177,7 @@ class _ServerManagementPanelState extends CustomState<ServerManagementPanel, voi
|
||||
if (controller.timeSync.value != null)
|
||||
const TextSpan(text: "Server Time Sync: "),
|
||||
if (controller.timeSync.value != null)
|
||||
TextSpan(text: "${controller.timeSync.value}s", style: TextStyle(color: getIndicatorColor(controller.timeSync.value! < 1
|
||||
TextSpan(text: "${controller.timeSync.value!.toStringAsFixed(3)}s", style: TextStyle(color: getIndicatorColor(controller.timeSync.value! < 1
|
||||
? SocketState.connected
|
||||
: SocketState.disconnected))),
|
||||
const TextSpan(text: "\n\n"),
|
||||
|
Reference in New Issue
Block a user