chore: use Stoat name for auto launch entry (#24)
This commit is contained in:
parent
96fa8cc647
commit
ea7c57962b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue