feat: adding modal to edit profile

This commit is contained in:
Zamitto 2024-06-17 21:55:43 -03:00
parent 79ca354da1
commit af69509c61
9 changed files with 219 additions and 7 deletions

View file

@ -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());