chore: use Stoat name for auto launch entry
This commit is contained in:
parent
cb373b6dc6
commit
398d64645c
|
|
@ -5,7 +5,7 @@ import { ipcMain } from "electron";
|
|||
import { mainWindow } from "./window";
|
||||
|
||||
export const autoLaunch = new AutoLaunch({
|
||||
name: "Revolt",
|
||||
name: "Stoat",
|
||||
});
|
||||
|
||||
ipcMain.on("isAutostart?", () =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue