Fix: Update button text

This commit is contained in:
MasterAcnolo
2026-04-12 17:04:20 +02:00
parent 75fdf91fcd
commit 5fb49b0c9d

View File

@@ -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,
}); });