Merge branch 'rc/v2.0' into feature/refator-process-watcher-and-game-running

# Conflicts:
#	src/locales/en/translation.json
#	src/locales/pt/translation.json
#	src/renderer/src/app.tsx
#	src/renderer/src/pages/user/user-content.tsx
This commit is contained in:
Zamitto
2024-06-20 19:59:20 -03:00
17 changed files with 114 additions and 41 deletions

View File

@@ -118,6 +118,7 @@ declare global {
/* Auth */
signOut: () => Promise<void>;
openAuthWindow: () => Promise<void>;
onSignIn: (cb: () => void) => () => Electron.IpcRenderer;
onSignOut: (cb: () => void) => () => Electron.IpcRenderer;