From 5a166defeacb1aeb47cf99b3bbcebd67232457fa Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Mon, 5 Feb 2024 13:29:02 +0100 Subject: [PATCH] UPD: Slower offline text --- src/components/device/DevicePreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index daa6580..1aa9589 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -100,7 +100,7 @@ const nextOfflineText = () => { } else { setTimeout(() => { offlineText.value = '' - }, 2000) + }, 3500) } }