feat: add editor window

This commit is contained in:
Hachi-R
2025-01-17 12:00:59 -03:00
parent e07297fc53
commit fb63ec864c
9 changed files with 123 additions and 1 deletions

View File

@@ -259,6 +259,9 @@ declare global {
/* Notifications */
publishNewRepacksNotification: (newRepacksCount: number) => Promise<void>;
/* Editor */
openEditorWindow: () => Promise<void>;
}
interface Window {