settings: add onboard profiles warning to sensitivity tooltip

This commit is contained in:
Peter F. Patel-Schneider
2025-11-25 09:20:22 -05:00
parent dbc97d96d5
commit 3686920e85

View File

@@ -1016,7 +1016,7 @@ def produce_dpi_list(feature, function, ignore, device, direction):
class AdjustableDpi(settings.Setting):
name = "dpi"
label = _("Sensitivity (DPI)")
description = _("Mouse movement sensitivity")
description = _("Mouse movement sensitivity") + "\n" + _("May need Onboard Profiles set to Disable to be effective.")
feature = _F.ADJUSTABLE_DPI
rw_options = {"read_fnid": 0x20, "write_fnid": 0x30}
choices_universe = common.NamedInts.range(100, 4000, str, 50)