mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Fixed reference
This commit is contained in:
parent
fd7f8dfd76
commit
d312eac0d6
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user