Add support for pip again

This commit is contained in:
Stephen Horvath
2025-03-20 16:16:43 +10:00
parent 35e325b133
commit 754fbd868b
10 changed files with 57 additions and 21 deletions

View File

@@ -62,6 +62,8 @@ class HardwarePage(Gtk.Box):
else:
self.hw_fp_pwr.set_visible(False)
self._update_hardware(app)
# Schedule _update_hardware to run every second
GLib.timeout_add_seconds(1, self._update_hardware, app)