fix: fullscreen button not working

This commit is contained in:
talksik
2026-03-25 15:54:42 -07:00
parent d525d6a588
commit 739bb0cf80
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ declare global {
electronWindow: {
minimize: () => void;
maximize: () => void;
fullscreen: () => void;
close: () => void;
};
electronLink: {