Skip to content

Resolve Full-Screen Exit Issue on MacOS | Issue #330#333

Open
ulugmer wants to merge 3 commits into
Ajaxy:masterfrom
ulugmer:patch-3
Open

Resolve Full-Screen Exit Issue on MacOS | Issue #330#333
ulugmer wants to merge 3 commits into
Ajaxy:masterfrom
ulugmer:patch-3

Conversation

@ulugmer

@ulugmer ulugmer commented Dec 21, 2023

Copy link
Copy Markdown

Resolve Full-Screen Exit Issue on MacOS | Issue #330

Comment thread src/electron/window.ts Outdated
});

window.on('close', (event) => {
window.on('close', (event) => {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure to pass ESLint pre-commit checks.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Comment thread src/electron/window.ts Outdated
app.exit(0);
forceQuit.disable();
} else if (hasExtraWindows()) {
// Обычная логика закрытия

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use English for comments.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ulugmer ulugmer requested a review from Ajaxy December 25, 2023 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants