Update fuzzyw.settings.js

master
sir-indy 2022-03-31 12:51:43 +01:00 committed by GitHub
parent c270f8d34d
commit 924c68527f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
save(); save();
} }
}, },
'Language': { 'Alignment': {
value: 0 | align_options.indexOf(s.theme), value: 0 | align_options.indexOf(s.theme),
min: 0, max: align_options.length - 1, min: 0, max: align_options.length - 1,
format: v => align_options[v], format: v => align_options[v],