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