Skip to content

Commit 4eddd62

Browse files
committed
fix initial load
1 parent 8d57a09 commit 4eddd62

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306
"message": "Enable controls"
23072307
},
23082308
"auxiliaryHelp": {
2309-
"message": "Configure modes here using a combination of ranges and/or links to other modes. The Category arrange modes in groups, at Cloud build only groups defined in Build are enabled. At local build all groups are enabled.<br />Use <strong>ranges</strong> to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Use a <strong>link</strong> to activate a mode when another mode is activated. Multiple ranges/links can be used to activate any mode.<br />If there is more than one range/link defined for a mode, each of them can be set to <strong>AND</strong> or <strong>OR</strong>. A mode will be activated when: ALL <strong>AND</strong> ranges/links are active; OR at least one <strong>OR</strong> range/link is active.<br /><strong>Exceptions:</strong> ARM cannot be linked to or from another mode, modes cannot be linked to other modes that are configured with a link (chained links).<br /><strong>Notice:</strong> To work 'Hide unused modes' need minimum one configured mode.<br />Remember to save your settings using the Save button."
2309+
"message": "Configure modes here using a combination of ranges and/or links to other modes. The Category arrange modes in groups, at Cloud build only groups defined in Build are enabled. At local build all groups are enabled.<br />Use <strong>ranges</strong> to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Use a <strong>link</strong> to activate a mode when another mode is activated. Multiple ranges/links can be used to activate any mode.<br />If there is more than one range/link defined for a mode, each of them can be set to <strong>AND</strong> or <strong>OR</strong>. A mode will be activated when: ALL <strong>AND</strong> ranges/links are active; OR at least one <strong>OR</strong> range/link is active.<br /><strong>Exceptions:</strong> ARM cannot be linked to or from another mode, modes cannot be linked to other modes that are configured with a link (chained links).<br /><strong>Notice:</strong> 'Hide unused modes' need minimum one configured mode to really work.<br />Remember to save your settings using the Save button."
23102310
},
23112311
"auxiliaryToggleUnused": {
23122312
"message": "Hide unused modes"

src/js/tabs/auxiliary.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ auxiliary.initialize = function (callback) {
468468
addLinkedToMode(modeElement, 0, 0);
469469
});
470470

471-
// setup category multiple select
471+
// create category multiple select
472472
createCategorySelect(categoryTable, buildMap);
473473

474474
// UI Hooks
@@ -712,6 +712,9 @@ auxiliary.initialize = function (callback) {
712712
.prop("checked", !!configUnusedModes.hideUnusedModes)
713713
.change();
714714

715+
// setup categoryList
716+
updateSearchResults();
717+
715718
// update ui instantly on first load
716719
update_ui();
717720

0 commit comments

Comments
 (0)