Skip to content

Commit

Permalink
🚧 Fixed Language selection command promp: it was selecting english as…
Browse files Browse the repository at this point in the history
… default selected language, always
  • Loading branch information
marc2332 committed Feb 27, 2021
1 parent 6547bb2 commit b10549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/defaults/shortcuts/global_command_prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RunningConfig.on('command.openCommandPrompt', () => {
{
label: 'Set Language',
action: () => {
const configuredLanguage = StaticConfig.data.appLanguage
const configuredLanguage = Languages[StaticConfig.data.appLanguage].name
new CommandPrompt({
showInput: true,
inputPlaceHolder: 'Select a language',
Expand Down

0 comments on commit b10549a

Please sign in to comment.