From fb9f756bb2a08dd63d9f823bc3ed002f8f45d756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 13 Aug 2022 18:45:31 +0200 Subject: [PATCH] Fix missing tooltip directive in DeviceChecker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although the directive was missing the tooltips were still shown in the normal Talk UI; the tooltips were missing only when Talk was embedded in other apps, like the Files app. Signed-off-by: Daniel Calviño Sánchez --- src/components/DeviceChecker/DeviceChecker.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/DeviceChecker/DeviceChecker.vue b/src/components/DeviceChecker/DeviceChecker.vue index b822df650..edf500aeb 100644 --- a/src/components/DeviceChecker/DeviceChecker.vue +++ b/src/components/DeviceChecker/DeviceChecker.vue @@ -170,6 +170,7 @@