chore: use Stoat name for auto launch entry (#24)

This commit is contained in:
Paul Makles 2025-12-29 18:55:55 +01:00 committed by GitHub
parent 96fa8cc647
commit ea7c57962b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ import { ipcMain } from "electron";
import { mainWindow } from "./window";
export const autoLaunch = new AutoLaunch({
name: "Revolt",
name: "Stoat",
});
ipcMain.on("isAutostart?", () =>