We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8aa7 commit 5cec6edCopy full SHA for 5cec6ed
buttons-init.js
@@ -32,6 +32,7 @@ window.MaxExtensionButtonsInit = {
32
globalMaxExtensionConfig.globalAutoSendEnabled = state;
33
}
34
);
35
+ autoSendToggle.title = "If unchecked, this will disable all autosend for all buttons.";
36
container.appendChild(autoSendToggle);
37
logConCgp('[init] Auto-send toggle has been created and appended.');
38
@@ -43,6 +44,7 @@ window.MaxExtensionButtonsInit = {
43
44
globalMaxExtensionConfig.enableShortcuts = state;
45
46
47
+ hotkeysToggle.title = "If unchecked this will disable all hotkeys so your keyboard will never trigger any button pushes";
48
container.appendChild(hotkeysToggle);
49
logConCgp('[init] Hotkeys toggle has been created and appended.');
50
},
0 commit comments