Skip to content

Commit

Permalink
ui: don't unlock setting when changed by external means
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 10, 2024
1 parent 8e4f476 commit a79bebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solaar/ui/config_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,4 +842,4 @@ def _record_setting(device, setting_class, values):
if (device_path, device.number, setting.name) in _items:
sbox = _items[(device_path, device.number, setting.name)]
if sbox:
_update_setting_item(sbox, value)
_update_setting_item(sbox, value, sensitive=None)

0 comments on commit a79bebc

Please sign in to comment.