mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Update button text
This commit is contained in:
@@ -44,7 +44,7 @@ function initAutoUpdater(mainWindow) {
|
|||||||
title: "Update Ready",
|
title: "Update Ready",
|
||||||
message: `Version ${info.version} has been downloaded.`,
|
message: `Version ${info.version} has been downloaded.`,
|
||||||
detail: "The application will restart to apply the update.",
|
detail: "The application will restart to apply the update.",
|
||||||
buttons: ["Restart & Install", "Later"],
|
buttons: ["Install Now", "Later"],
|
||||||
defaultId: 0,
|
defaultId: 0,
|
||||||
cancelId: 1,
|
cancelId: 1,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user