Skip to content

Commit e599484

Browse files
committed
🐛 fix: Make config initialization compatible with v1.0.x
1 parent aa31031 commit e599484

File tree

6 files changed

+106
-124
lines changed

6 files changed

+106
-124
lines changed

electron/electron-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ interface WindowApi {
4444
close: (windowName: string) => void;
4545
minimizeToTaskbar: (windowName: string) => void;
4646
openCamera: () => void;
47-
minimizeToTray: () => void;
4847
minimizeToCorner: () => void;
4948
resetCameraWindow: () => void
5049
identifyWindow: (callback: (windowName: string) => void) => void;

0 commit comments

Comments
 (0)