mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
feat: code review
This commit is contained in:
@@ -13,8 +13,6 @@ export const restartAndInstallUpdate = () => {
|
||||
|
||||
const restartAndInstallUpdateEvent = async (
|
||||
_event: Electron.IpcMainInvokeEvent
|
||||
) => {
|
||||
restartAndInstallUpdate();
|
||||
};
|
||||
) => restartAndInstallUpdate();
|
||||
|
||||
registerEvent("restartAndInstallUpdate", restartAndInstallUpdateEvent);
|
||||
|
||||
Reference in New Issue
Block a user