diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index 1c35113b..2e580a44 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -5671,8 +5671,10 @@ function handleWsjtxStatus(newMessage) { } if (newMessage.TxEnabled) { - if (g_mapSettings.fitQRZ && - (!g_spotsEnabled || g_receptionSettings.mergeSpots)) { + if ( + g_mapSettings.fitQRZ && + (!g_spotsEnabled || g_receptionSettings.mergeSpots) + ) { if (g_lastMapView == null) { g_lastMapView = {}; g_lastMapView.LoLa = g_mapView.getCenter();