mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add support for pip again
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user