Skip to content

Commit 362b553

Browse files
authored
Merge pull request #2521 from processing/2520-autocomplete-should-be-set-to-off-in-preferences
set autocompleteHinter in User model to false
2 parents dd76f48 + f93cea8 commit 362b553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/models/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const userSchema = new Schema(
7474
autorefresh: { type: Boolean, default: false },
7575
language: { type: String, default: 'en-US' },
7676
autocloseBracketsQuotes: { type: Boolean, default: true },
77-
autocompleteHinter: { type: Boolean, default: true }
77+
autocompleteHinter: { type: Boolean, default: false }
7878
},
7979
totalSize: { type: Number, default: 0 },
8080
cookieConsent: {

0 commit comments

Comments
 (0)