[MM-38577] Allow exit of full screen mode using the restore button on Windows (#1744)
This commit is contained in:
@@ -466,6 +466,9 @@ export function restore() {
|
||||
if (focused) {
|
||||
focused.restore();
|
||||
}
|
||||
if (focused?.isFullScreen()) {
|
||||
focused.setFullScreen(false);
|
||||
}
|
||||
}
|
||||
|
||||
export function reload() {
|
||||
|
Reference in New Issue
Block a user