ui: add device path to information panel for non-receivers

This commit is contained in:
Peter F. Patel-Schneider 2020-09-16 07:55:04 -04:00
parent dbf6226f77
commit 2153035c30
1 changed files with 1 additions and 1 deletions

View File

@ -518,8 +518,8 @@ def _update_details(button):
# If read_all is False, only return stuff that is ~100% already # If read_all is False, only return stuff that is ~100% already
# cached, and involves no HID++ calls. # cached, and involves no HID++ calls.
if device.kind is None:
yield (_('Path'), device.path) yield (_('Path'), device.path)
if device.kind is None:
# 046d is the Logitech vendor id # 046d is the Logitech vendor id
yield (_('USB id'), '046d:' + device.product_id) yield (_('USB id'), '046d:' + device.product_id)