Skip to content

Commit

Permalink
fix: update a string to match a variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
TBubba committed Apr 23, 2020
1 parent 79bea86 commit 22b7d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/MainWindowPreload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ window.External = {
initialLangList: createErrorProxy('initialLangList'),
initialThemes: createErrorProxy('initialThemes'),
initialPlaylists: createErrorProxy('initialPlaylists'),
initialPlatforms: createErrorProxy('initialPlatformNames'),
initialPlatforms: createErrorProxy('initialPlatforms'),
initialLocaleCode: createErrorProxy('initialLocaleCode'),

waitUntilInitialized() {
Expand Down

0 comments on commit 22b7d3b

Please sign in to comment.