diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 13:41:29 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 13:41:29 -0600 |
| commit | 934d3fc18bc4fc0e05d26a12d635915b00bd8c8d (patch) | |
| tree | efd235350b0cbd014e44591aeef8e6d806335b54 /ui/windows/devices_window.py | |
| parent | 23800a32231acecbace12bfc41c03b081b1bf565 (diff) | |
| parent | d9ca58e48cf92438087ac24ee261c2c4911316b1 (diff) | |
Merge branch 'feat/device-naming'
Diffstat (limited to 'ui/windows/devices_window.py')
| -rw-r--r-- | ui/windows/devices_window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/windows/devices_window.py b/ui/windows/devices_window.py index 3b193b2..eec65c8 100644 --- a/ui/windows/devices_window.py +++ b/ui/windows/devices_window.py @@ -344,7 +344,7 @@ class DevicesWindow(QWidget): dev = self.registry.get_instance(device_id) if dev: DeviceConfigDialog(dev, self).exec() - self._ch_tab.refresh() + self.refresh() # rebuilds device rows (picks up a renamed display name) + Signals tab self.device_reconfigured.emit(device_id) def _on_remove(self, device_id: str): |
