Skip to content

Commit 78a44f5

Browse files
committed
Tooltips
1 parent 350735a commit 78a44f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buttons-init-and-render.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ window.MaxExtensionButtonsInit = {
5151
globalMaxExtensionConfig.globalAutoSendEnabled = state;
5252
}
5353
);
54-
autoSendToggle.title = "If unchecked, this will disable all autosend for all buttons.";
54+
autoSendToggle.title = "If unchecked, this will disable all autosend for all buttons. For this tab only.";
5555
container.appendChild(autoSendToggle);
5656
logConCgp('[init] Auto-send toggle has been created and appended.');
5757

@@ -63,7 +63,7 @@ window.MaxExtensionButtonsInit = {
6363
globalMaxExtensionConfig.enableShortcuts = state;
6464
}
6565
);
66-
hotkeysToggle.title = "If unchecked this will disable all hotkeys so your keyboard will never trigger any button pushes";
66+
hotkeysToggle.title = "If unchecked this will disable all hotkeys so your keyboard will never trigger any button pushes. For this tab only.";
6767
container.appendChild(hotkeysToggle);
6868
logConCgp('[init] Hotkeys toggle has been created and appended.');
6969
},

0 commit comments

Comments
 (0)