This commit is contained in:
2025-09-02 22:56:05 +07:00
parent 992ff40fb6
commit d7dea6b865
6 changed files with 61 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
interface iFakeWindow {
name: string;
minimized: boolean;
closed: boolean;
offset: {
x: number
y: number
}
}