mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: process profile image
This commit is contained in:
parent
797a09f583
commit
e8515e1990
2 changed files with 1 additions and 9 deletions
|
@ -5,7 +5,7 @@ const processProfileImage = async (
|
|||
_event: Electron.IpcMainInvokeEvent,
|
||||
path: string
|
||||
) => {
|
||||
return await PythonInstance.processProfileImage(path);
|
||||
return PythonInstance.processProfileImage(path);
|
||||
};
|
||||
|
||||
registerEvent("processProfileImage", processProfileImage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue