Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-15 13:35:29 +02:00
parent f1feedad72
commit 7ae3a6f07f
5 changed files with 135 additions and 127 deletions

View File

@ -583,4 +583,5 @@ class BTTether(plugins.Plugin):
label_font=fonts.Bold, text_font=fonts.Medium))
def on_ui_update(self, ui):
ui.set('bluetooth', self.status)
with ui._lock:
ui.set('bluetooth', self.status)