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 a79db0f commit 4dfea38Copy full SHA for 4dfea38
buttons-init.js
@@ -26,7 +26,7 @@ window.MaxExtensionButtonsInit = {
26
generateAndAppendToggles: function (container) {
27
const autoSendToggle = MaxExtensionInterface.createToggle(
28
'auto-send-toggle',
29
- 'Enable Auto-send',
+ 'Auto-send',
30
globalMaxExtensionConfig.globalAutoSendEnabled,
31
(state) => {
32
globalMaxExtensionConfig.globalAutoSendEnabled = state;
@@ -37,7 +37,7 @@ window.MaxExtensionButtonsInit = {
37
38
const hotkeysToggle = MaxExtensionInterface.createToggle(
39
'hotkeys-toggle',
40
- 'Enable Hotkeys',
+ 'Hotkeys',
41
globalMaxExtensionConfig.enableShortcuts,
42
43
globalMaxExtensionConfig.enableShortcuts = state;
0 commit comments