diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index 96ce31e..374c5d2 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -4609,6 +4609,16 @@ Object.assign(window.trx, { cssColorToRgba, rgbaWithAlpha, isBinsArray, estimateNoiseFloorDb, spectrumVisibleRange, drawSpectrum, bandForHz: function(hz) { return window.trx.map?.bandForHz?.(hz); }, + markDecodeMapSyncPending, + decodeHistoryMapRenderingDeferred, + updateDocumentTitle, + activeChannelRds, +}); +Object.defineProperties(window.trx, { + decodeHistoryReplayActive: { get() { return decodeHistoryReplayActive; } }, + decodeMapSyncPending: { get() { return decodeMapSyncPending; } }, + _activeTab: { get() { return _activeTab; } }, + locationSubtitle: { get() { return locationSubtitle; } }, }); // Start the app