Skip to content

Commit

Permalink
fix: turn bridge. predictions off by default (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Oct 17, 2022
1 parent 61e9932 commit 3c43168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Windows/Settings/setupSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export async function setupSettings(settings: SettingsWindow) {
description:
'windows.settings.editor.bridgePredictions.description',
key: 'bridgePredictions',
default: true,
default: false,
})
)
settings.addControl(
Expand Down

0 comments on commit 3c43168

Please sign in to comment.