Skip to content

Commit c44dcbe

Browse files
author
Chenlei Hu
committed
Hide deprecated reroute beta setting
1 parent 6e21d57 commit c44dcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/coreSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export const CORE_SETTINGS: SettingParams[] = [
530530
name: 'Opt-in to the reroute beta test',
531531
tooltip: 'No longer has any effect; reroutes are always enabled.',
532532
deprecated: true,
533-
type: 'boolean',
533+
type: 'hidden',
534534
defaultValue: false,
535535
versionAdded: '1.3.42',
536536
versionModified: '1.13.3'

0 commit comments

Comments
 (0)