mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding modal to edit profile
This commit is contained in:
parent
79ca354da1
commit
af69509c61
9 changed files with 219 additions and 7 deletions
|
@ -42,6 +42,7 @@ import "./download-sources/sync-download-sources";
|
|||
import "./auth/signout";
|
||||
import "./user/get-user";
|
||||
import "./profile/get-me";
|
||||
import "./profile/update-profile";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
ipcMain.handle("getVersion", () => app.getVersion());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue