File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments