Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/98'
Browse files Browse the repository at this point in the history
* origin/pr/98:
  Make qui-device headers non-clickable
  • Loading branch information
marmarek committed Jul 10, 2020
2 parents c9aae82 + 49890ae commit 67192ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qui/tray/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def __init__(self, devclass, *args, **kwargs):
DEV_TYPE_NAMES.get(devclass, "Other Devices")))

self.add(label)
self.set_sensitive(False)


class Device:
def __init__(self, dev):
Expand Down

0 comments on commit 67192ad

Please sign in to comment.