Skip to content

Commit

Permalink
Update update 22
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 29, 2023
1 parent 0ea007c commit f2178f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/js/data/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,10 @@ export class OptionsUtil {
}

/**
* @type {import('options-util').ModernUpdateFunctionAsync}
* - Added translation.searchResolution.
* @type {import('options-util').UpdateFunction}
*/
_updateVersion22(options) {
// Added translation.searchResolution
for (const {options: profileOptions} of options.profiles) {
profileOptions.translation.searchResolution = 'letter';
}
Expand Down

0 comments on commit f2178f3

Please sign in to comment.