Skip to content

Commit

Permalink
fix: ⚡ disable the camera widget by default since it is for a small n…
Browse files Browse the repository at this point in the history
…umber of users
  • Loading branch information
thkruz committed Jan 9, 2025
1 parent d5c187e commit 80b7053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ export class SettingsManager {
externalTLEsOnly = false;
positionCruncher: Worker = null;
orbitCruncher: Worker = null;
/** Enables the camera widget */
drawCameraWidget = true;
/** Disables the camera widget by default */
drawCameraWidget = false;

loadPersistedSettings() {
const isShowNotionalSatsString = PersistenceManager.getInstance().getItem(StorageKey.SETTINGS_NOTIONAL_SATS);
Expand Down

0 comments on commit 80b7053

Please sign in to comment.