Fix: Auto Update mispelling (Am a monkey)

This commit is contained in:
MasterAcnolo
2026-01-22 21:39:07 +01:00
parent 2a3905bdfb
commit 29ca2ea496
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ app.whenReady().then(async () => {
configFeatures.discordRPC ? startRPC() : "";
await createMainWindow();
configFeatures.AutoUpdater ? AutoUpdater(mainWindow) : ""; // Auto Update
configFeatures.autoUpdate ? AutoUpdater(mainWindow) : ""; // Auto Update
} catch (err) {
logger.error("Window or Server error :", err);