Skip to content

Commit ae34dc5

Browse files
committed
feature_message_right_click_context_menu enabled by default
1 parent 8d9129f commit ae34dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
414414
supportedLevels: LEVELS_FEATURE,
415415
labsGroup: LabGroup.Rooms,
416416
displayName: _td("Right-click message context menu"),
417-
default: false,
417+
default: true,
418418
},
419419
"feature_location_share_pin_drop": {
420420
isFeature: true,

0 commit comments

Comments
 (0)