Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit c982c16

Browse files
committed
chore(settings): disable location sharing feature
Location sharing is not a feature that makes sense for elecord's use case.
1 parent 7f53869 commit c982c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ export const SETTINGS: Settings = {
12791279
},
12801280
[UIFeature.LocationSharing]: {
12811281
supportedLevels: LEVELS_UI_FEATURE,
1282-
default: true,
1282+
default: false,
12831283
},
12841284
[UIFeature.Voip]: {
12851285
supportedLevels: LEVELS_UI_FEATURE,

0 commit comments

Comments
 (0)