Skip to content

Commit 5cec6ed

Browse files
committed
autosend and hotkey tooltips
1 parent 42e8aa7 commit 5cec6ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buttons-init.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ window.MaxExtensionButtonsInit = {
3232
globalMaxExtensionConfig.globalAutoSendEnabled = state;
3333
}
3434
);
35+
autoSendToggle.title = "If unchecked, this will disable all autosend for all buttons.";
3536
container.appendChild(autoSendToggle);
3637
logConCgp('[init] Auto-send toggle has been created and appended.');
3738

@@ -43,6 +44,7 @@ window.MaxExtensionButtonsInit = {
4344
globalMaxExtensionConfig.enableShortcuts = state;
4445
}
4546
);
47+
hotkeysToggle.title = "If unchecked this will disable all hotkeys so your keyboard will never trigger any button pushes";
4648
container.appendChild(hotkeysToggle);
4749
logConCgp('[init] Hotkeys toggle has been created and appended.');
4850
},

0 commit comments

Comments
 (0)