Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonly committed Jan 21, 2021
1 parent 39f2e9b commit e92720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function osOverrideKey(os: Platform, baseKey: string): string {

function osKeyString(os: Platform): string | null {
switch (os) {
case Platform.windowsx:
case Platform.windows:
return 'windows'
case Platform.macOS:
return 'mac'
Expand Down

0 comments on commit e92720e

Please sign in to comment.