From c748e4b644adc92facc2683831cf43aa177187ec Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 2 Mar 2021 14:04:38 -0600 Subject: [PATCH] notify when syncing --- src/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.py b/src/window.py index 9d908b1..43b0419 100644 --- a/src/window.py +++ b/src/window.py @@ -43,3 +43,4 @@ def sync_time_button_clicked(self, widget): print("Sync Time button clicked...") device = InfiniTimeDevice(manager=self.manager, mac_address=self.manager.get_mac_address()) device.connect() + self.info_scan_pass.set_text("InfiniTime Syncing! You may now close Siglo.")