improve window management and title bar
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
interface Window {
|
||||
electronWindow: {
|
||||
minimize: () => void;
|
||||
maximize: () => void;
|
||||
close: () => void;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user