forge/arma/client/addons/cad/ui/src/bottombar.js
Jacob Schmidt 1ca2499af7 Add dispatcher mode to CAD UI
- Add a dispatcher web view and layout switching
- Route group role updates and dispatcher hydration through the UI bridge
- Refresh top bar and hide map/side panel outside operations mode
2026-03-30 20:22:48 -05:00

8 lines
120 B
JavaScript

window.CADBottombar = window.CADBottombar || {
init() {
return true;
},
};
window.CADBottombar.init();