From d312eac0d6dd587b1472fc3169f7508aea62693f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 31 Oct 2023 19:22:17 +0100 Subject: [PATCH] Fixed reference --- sbapp/ui/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/ui/telemetry.py b/sbapp/ui/telemetry.py index 31f8b24..c1a2c50 100644 --- a/sbapp/ui/telemetry.py +++ b/sbapp/ui/telemetry.py @@ -320,7 +320,7 @@ class Telemetry(): self.sensors_screen.app = self.app self.sensors_screen.delegate = self self.app.root.ids.screen_manager.add_widget(self.sensors_screen) - self.bind_clipboard_actions(self.sensors_screen.ids) + self.app.bind_clipboard_actions(self.sensors_screen.ids) info3 = "\nTo include a specific type of telemetry data while sending, it must be enabled below. Please note that some sensor types are not supported on all devices. Sideband will only be able to read a specific type of sensor if your device actually includes hardware for it.\n" if self.app.theme_cls.theme_style == "Dark":