You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optionsQuery.set({ data: { ...options, saveBottomOutThreshold: v } })
47
-
}
48
-
disabled={demo||!options}
49
-
id="save-bottom-out-threshold"
50
-
title="Save Bottom Out Threshold"
51
-
description="Periodically save the per-key bottom-out threshold values after some inactivity to be restored on next boot. The saved values will only be cleared on recalibration. This setting applies globally across all profiles."
description="Periodically save the per-key bottom-out threshold values after some inactivity to be restored on next boot. The saved values will only be cleared on recalibration. This setting applies globally across all profiles."
59
+
/>
60
+
{/if}
53
61
<CommitSlider
54
62
bind:committed={
55
63
() =>calibration?.initialRestValue??0,
@@ -89,14 +97,27 @@ this program. If not, see <https://www.gnu.org/licenses/>.
0 commit comments