Add interpolation for fallback dialog messages
This commit is contained in:
2
main.js
2
main.js
@@ -421,7 +421,7 @@ async function readyForUpdates() {
|
||||
|
||||
// Second, start checking for app updates
|
||||
try {
|
||||
await updater.start(getMainWindow, locale.messages, logger);
|
||||
await updater.start(getMainWindow, locale, logger);
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
'Error starting update checks:',
|
||||
|
Reference in New Issue
Block a user