fix: fullscreen button not working
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@ declare global {
|
||||
electronWindow: {
|
||||
minimize: () => void;
|
||||
maximize: () => void;
|
||||
fullscreen: () => void;
|
||||
close: () => void;
|
||||
};
|
||||
electronLink: {
|
||||
|
||||
Reference in New Issue
Block a user