diff --git a/src/native/autoLaunch.ts b/src/native/autoLaunch.ts index 9c23699..5e60c39 100644 --- a/src/native/autoLaunch.ts +++ b/src/native/autoLaunch.ts @@ -5,7 +5,7 @@ import { ipcMain } from "electron"; import { mainWindow } from "./window"; export const autoLaunch = new AutoLaunch({ - name: "Revolt", + name: "Stoat", }); ipcMain.on("isAutostart?", () =>