hid outputs switch

This commit is contained in:
Devaev Maxim
2020-12-02 05:01:13 +03:00
parent 744fd19db9
commit 7b32dc927d
6 changed files with 118 additions and 11 deletions

View File

@@ -85,7 +85,6 @@ export function Mouse(record_callback) {
if (__absolute && !state.absolute) {
__relative_deltas = [];
}
tools.featureSetEnabled($("mouse-squash"), !state.absolute);
__absolute = state.absolute;
__updateOnlineLeds();
};
@@ -135,7 +134,7 @@ export function Mouse(record_callback) {
};
var __isRelativeSquashed = function() {
return $("mouse-squash-checkbox").checked;
return $("hid-mouse-squash-checkbox").checked;
};
var __relativeCapturedHandler = function() {